diff options
author | Randy Dunlap <[email protected]> | 2020-08-11 18:35:21 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-08-12 10:58:00 -0700 |
commit | 2fb3244f0a58ceb3d866ac63f644dfa31cae430f (patch) | |
tree | 933e054ac42ce7bd88496c3eb26ad3dd7a66e1aa | |
parent | ef3c005c0eb07a60949191bc6ee407d5f43cc502 (diff) |
autofs: fix doubled word
Change doubled word "is" to "it is".
Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Acked-by: Ian Kent <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | include/uapi/linux/auto_dev-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/auto_dev-ioctl.h b/include/uapi/linux/auto_dev-ioctl.h index 374742651c30..62e625356dc8 100644 --- a/include/uapi/linux/auto_dev-ioctl.h +++ b/include/uapi/linux/auto_dev-ioctl.h @@ -82,7 +82,7 @@ struct args_ismountpoint { /* * All the ioctls use this structure. * When sending a path size must account for the total length - * of the chunk of memory otherwise is is the size of the + * of the chunk of memory otherwise it is the size of the * structure. */ |