diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2020-10-20 21:22:56 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-11-06 17:13:58 -0800 |
commit | 06dc8d4591b8d8ce0ece94474718b53f0a5c5de3 (patch) | |
tree | 4641f706066fdabd44988d864323b2e42974d4f5 /tools/include | |
parent | 5be7d80deb80ceef50a6bd86d83c8fd62264778a (diff) | |
download | linux-06dc8d4591b8d8ce0ece94474718b53f0a5c5de3.tar.gz linux-06dc8d4591b8d8ce0ece94474718b53f0a5c5de3.tar.bz2 linux-06dc8d4591b8d8ce0ece94474718b53f0a5c5de3.zip |
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 <unixbhaskar@gmail.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/include')
-rw-r--r-- | tools/include/nolibc/nolibc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/nolibc/nolibc.h b/tools/include/nolibc/nolibc.h index d6d2623c99ad..e61d36cd4e50 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 |