projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be7d80
)
tools/nolibc: Fix a spelling error in a comment
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Tue, 20 Oct 2020 19:22:56 +0000
(21:22 +0200)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/tools/include/nolibc/nolibc.h
b/tools/include/nolibc/nolibc.h
index d6d2623c99ad08cc4a598501c96131d88b40fb72..e61d36cd4e501e5f55f64fdae81b393889e69279 100644
(file)
--- 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 mem
o
ry page.
*/
#define MAX_ERRNO 4095