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>
This commit is contained in:
committed by
Linus Torvalds
parent
c10555faca
commit
4ac96572f1
@@ -1,7 +1,7 @@
|
|||||||
#ifndef _LINUX_STRING_H_
|
#ifndef _LINUX_STRING_H_
|
||||||
#define _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__
|
#ifndef __KERNEL__
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Reference in New Issue
Block a user