From 8b1f57f4f2c9c71c51b31fda1c91ca0e36b1fb18 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 16 Dec 2016 14:37:39 -0200 Subject: Fix typos and missing closing bracket in test-memchr.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * string/test-memchr.c (do_test): Typo on ‘byte’ and missing closing bracket. --- string/test-memchr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string') diff --git a/string/test-memchr.c b/string/test-memchr.c index e7ba02b..0690cb4 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); -- cgit v1.1