diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-26 18:25:49 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-11-07 15:28:55 -0700 |
commit | cba8087d829ef76c474406a083a770255f027c6f (patch) | |
tree | e611694e4307def2c6c5be9c0a6fdd146d9e8559 /Documentation/filesystems/spufs.txt | |
parent | f8d0dc21d409c0ecb921f4ae1ab3e0763a26c979 (diff) |
Documentation: fix spelling mistake, EACCESS -> EACCES
Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/spufs.txt')
-rw-r--r-- | Documentation/filesystems/spufs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/spufs.txt b/Documentation/filesystems/spufs.txt index 1343d118a9b2..eb9e3aa63026 100644 --- a/Documentation/filesystems/spufs.txt +++ b/Documentation/filesystems/spufs.txt @@ -452,7 +452,7 @@ RETURN VALUE ERRORS - EACCESS + EACCES The current user does not have write access on the spufs mount point. |