]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
linux/string.h: fix comment typo
authorJeff Garzik <jeff@garzik.org>
Sun, 2 Nov 2008 14:51:27 +0000 (09:51 -0500)
committerLinus 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

index 810d80df0a1d1700956e40ededaeefe29883ab46..d18fc198aa2fd3c337e821e78eedc97e5ea8459b 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _LINUX_STRING_H_
 #define _LINUX_STRING_H_
 
-/* We don't want strings.h stuff being user by user stuff by accident */
+/* We don't want strings.h stuff being used by user stuff by accident */
 
 #ifndef __KERNEL__
 #include <string.h>