staticdata: fix typo in handrolled `reverse!` (#61738)
as written, the loop is the identity function. the comment says `//
reverse!` so I think it intended to stop at the midpoint.
I wasn't able to come up with a test case, nor any measurable difference
at all.
bug flagged by claude fixed by me