Commit 06dc8d45 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Paul E. McKenney

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: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarWilly Tarreau <w@1wt.eu>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 5be7d80d
...@@ -107,7 +107,7 @@ static int errno; ...@@ -107,7 +107,7 @@ static int errno;
#endif #endif
/* errno codes all ensure that they will not conflict with a valid pointer /* 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 #define MAX_ERRNO 4095
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment