Skip to content

Commit

Permalink
tools/nolibc: Fix a spelling error in a comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhaskar Chowdhury authored and Paul E. McKenney committed Nov 7, 2020
1 parent 5be7d80 commit 06dc8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/include/nolibc/nolibc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 06dc8d4

Please sign in to comment.