summaryrefslogtreecommitdiff
path: root/string/test-memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-memchr.c')
-rw-r--r--string/test-memchr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/test-memchr.c b/string/test-memchr.c
index e7ba02b617..0690cb4530 100644
--- a/string/test-memchr.c
+++ b/string/test-memchr.c
@@ -184,8 +184,8 @@ test_main (void)
do_test (i, 64, 256, 256, 0);
/* Check for large input sizes and for these cases we need to
- make sure the bye is within the size range (that's why
- 7 << i must be smaller than 2048. */
+ make sure the byte is within the size range (that's why
+ 7 << i must be smaller than 2048). */
do_test (0, 7 << i, 2048, SIZE_MAX, 23);
do_test (0, 2048 - i, 2048, SIZE_MAX, 23);
do_test (i, 64, 256, SIZE_MAX, 23);