From: Bhaskar Chowdhury Date: Tue, 20 Oct 2020 19:22:56 +0000 (+0200) Subject: tools/nolibc: Fix a spelling error in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06dc8d4591b8d8ce0ece94474718b53f0a5c5de3;p=linux.git tools/nolibc: Fix a spelling error in a comment Fix a spelling in the comment line. s/memry/memory/p This is on linux-next. Signed-off-by: Bhaskar Chowdhury Signed-off-by: Willy Tarreau Signed-off-by: Paul E. McKenney --- diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h index d6d2623c99ad0..e61d36cd4e501 100644 --- a/tools/include/nolibc/nolibc.h +++ b/tools/include/nolibc/nolibc.h @@ -107,7 +107,7 @@ static int errno; #endif /* errno codes all ensure that they will not conflict with a valid pointer - * because they all correspond to the highest addressable memry page. + * because they all correspond to the highest addressable memory page. */ #define MAX_ERRNO 4095