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:
Tobias Klauser 2011-02-28 10:32:22 +01:00 committed by Jiri Kosina
parent 62f288cfe1
commit 9b4f06fae4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#ifndef __ASM_GENERIC_USER_H
#define __ASM_GENERIC_USER_H
/*
* This file may define a 'struct user' structure. However, it it only
* used for a.out file, which are not supported on new architectures.
* This file may define a 'struct user' structure. However, it is only
* used for a.out files, which are not supported on new architectures.
*/
#endif /* __ASM_GENERIC_USER_H */