Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jeff Garzik and committed by
Linus Torvalds
4ac96572 c10555fa

+1 -1
+1 -1
include/linux/string.h
··· 1 1 #ifndef _LINUX_STRING_H_ 2 2 #define _LINUX_STRING_H_ 3 3 4 - /* We don't want strings.h stuff being user by user stuff by accident */ 4 + /* We don't want strings.h stuff being used by user stuff by accident */ 5 5 6 6 #ifndef __KERNEL__ 7 7 #include <string.h>