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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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