trivial: fix an -> a typos in documentation and comments

It is always "an" if there is a vowel _spoken_ (not written).
So it is:
"an hour" (spoken vowel)
but
"a uniform" (spoken 'j')

Signed-off-by: Frederik Schwarzer <schwarzerf@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Frederik Schwarzer
2008-12-29 22:14:56 +01:00
committed by Jiri Kosina
parent 025dfdafe7
commit 0211a9c850
20 changed files with 24 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ struct ncp_objectname_ioctl
#define NCP_AUTH_NDS 0x32
int auth_type;
size_t object_name_len;
void __user * object_name; /* an userspace data, in most cases user name */
void __user * object_name; /* a userspace data, in most cases user name */
};
struct ncp_privatedata_ioctl