tools/nolibc: Fix a spelling error in a comment
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Tue, 20 Oct 2020 19:22:56 +0000 (21:22 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Sat, 7 Nov 2020 01:13:58 +0000 (17:13 -0800)
Fix a spelling in the comment line.

s/memry/memory/p

This is on linux-next.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/nolibc.h

index d6d2623c99ad08cc4a598501c96131d88b40fb72..e61d36cd4e501e5f55f64fdae81b393889e69279 100644 (file)
@@ -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