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:
committed by
Jiri Kosina
parent
025dfdafe7
commit
0211a9c850
@ -98,7 +98,7 @@ struct compat_ncp_objectname_ioctl
|
||||
{
|
||||
s32 auth_type;
|
||||
u32 object_name_len;
|
||||
compat_caddr_t object_name; /* an userspace data, in most cases user name */
|
||||
compat_caddr_t object_name; /* a userspace data, in most cases user name */
|
||||
};
|
||||
|
||||
struct compat_ncp_fs_info_v2 {
|
||||
|
Reference in New Issue
Block a user