aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2008-11-02 09:51:27 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2008-11-02 10:15:07 -0800
commit4ac96572f1f6abe44b5e02e80fdfb5a990129613 (patch)
tree4eb5698bb5b48435ccf5d919629fdbbcf235c561 /include/linux/string.h
parentsparc32: kernel/trace/trace.c wants DIE_OOPS (diff)
downloadlinux-dev-4ac96572f1f6abe44b5e02e80fdfb5a990129613.tar.xz
linux-dev-4ac96572f1f6abe44b5e02e80fdfb5a990129613.zip
linux/string.h: fix comment typo
s/user/used/ Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/string.h')
-rw-r--r--include/linux/string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h
index 810d80df0a1d..d18fc198aa2f 100644
--- 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 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>