projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c10555f
)
linux/string.h: fix comment typo
author
Jeff Garzik
<jeff@garzik.org>
Sun, 2 Nov 2008 14:51:27 +0000
(09:51 -0500)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 2 Nov 2008 18:15:07 +0000
(10:15 -0800)
s/user/used/
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/string.h
patch
|
blob
|
history
diff --git
a/include/linux/string.h
b/include/linux/string.h
index 810d80df0a1d1700956e40ededaeefe29883ab46..d18fc198aa2fd3c337e821e78eedc97e5ea8459b 100644
(file)
--- a/
include/linux/string.h
+++ b/
include/linux/string.h
@@
-1,7
+1,7
@@
#ifndef _LINUX_STRING_H_
#define _LINUX_STRING_H_
-/* We don't want strings.h stuff being use
r
by user stuff by accident */
+/* We don't want strings.h stuff being use
d
by user stuff by accident */
#ifndef __KERNEL__
#include <string.h>