Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 718449573
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jan 22, 2025
1 parent ee3b9c6 commit 172b19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public void testLexicographicalComparatorLongHandwrittenInputs() {
/*
* These arrays are set up to test that the comparator compares bytes within a word in the
* correct order—in order words, that it doesn't mix up big-endian and little-endian. The first
* array has a smaller element at one index, and then the second array has a smaller elements at
* array has a smaller element at one index, and then the second array has a smaller element at
* the next.
*/
byte[] a0 = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 99, 15, 16, 17};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public void testLexicographicalComparatorLongHandwrittenInputs() {
/*
* These arrays are set up to test that the comparator compares bytes within a word in the
* correct order—in order words, that it doesn't mix up big-endian and little-endian. The first
* array has a smaller element at one index, and then the second array has a smaller elements at
* array has a smaller element at one index, and then the second array has a smaller element at
* the next.
*/
byte[] a0 = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 99, 15, 16, 17};
Expand Down

0 comments on commit 172b19a

Please sign in to comment.