diff options
author | Kees Cook <keescook@chromium.org> | 2016-04-26 16:41:21 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 07:51:59 -0600 |
commit | 08559657b21522d642331f9dc455a3917d85ab00 (patch) | |
tree | 0cdc3e0f9159ccf9e17b88596428eba3df66c026 /Documentation/filesystems/cifs | |
parent | 934275c4805ce0bbb0df633bd6015dd455ff6cad (diff) | |
download | blackbird-obmc-linux-08559657b21522d642331f9dc455a3917d85ab00.tar.gz blackbird-obmc-linux-08559657b21522d642331f9dc455a3917d85ab00.zip |
Documentation: fix common spelling mistakes
This fixes several spelling mistakes in the Documentation/ tree, which
are caught by checkpatch.pl's spell checking.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/cifs')
-rw-r--r-- | Documentation/filesystems/cifs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/cifs/README b/Documentation/filesystems/cifs/README index 2d5622f60e11..a54788405429 100644 --- a/Documentation/filesystems/cifs/README +++ b/Documentation/filesystems/cifs/README @@ -272,7 +272,7 @@ A partial list of the supported mount options follows: same domain (e.g. running winbind or nss_ldap) and the server supports the Unix Extensions then the uid and gid can be retrieved from the server (and uid - and gid would not have to be specifed on the mount. + and gid would not have to be specified on the mount. For servers which do not support the CIFS Unix extensions, the default uid (and gid) returned on lookup of existing files will be the uid (gid) of the person |