The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [microPATCH] linux/string.h: fix comment typo
@ 2008-11-02 14:51 Jeff Garzik
  0 siblings, 0 replies; only message in thread
From: Jeff Garzik @ 2008-11-02 14:51 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: LKML


s/user/used/

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

diff --git a/include/linux/string.h b/include/linux/string.h
index 810d80d..d18fc19 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>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 14:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 14:51 [microPATCH] linux/string.h: fix comment typo Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox