asm-generic/user.h: Fix spelling in comment
Fix two misspellings. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
62f288cfe1
commit
9b4f06fae4
|
@ -1,8 +1,8 @@
|
||||||
#ifndef __ASM_GENERIC_USER_H
|
#ifndef __ASM_GENERIC_USER_H
|
||||||
#define __ASM_GENERIC_USER_H
|
#define __ASM_GENERIC_USER_H
|
||||||
/*
|
/*
|
||||||
* This file may define a 'struct user' structure. However, it it only
|
* This file may define a 'struct user' structure. However, it is only
|
||||||
* used for a.out file, which are not supported on new architectures.
|
* used for a.out files, which are not supported on new architectures.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif /* __ASM_GENERIC_USER_H */
|
#endif /* __ASM_GENERIC_USER_H */
|
||||||
|
|
Loading…
Reference in New Issue