diff options
author | Chris J Arges <chris.j.arges@canonical.com> | 2016-06-09 23:31:29 +0300 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2016-06-20 18:02:35 +0300 |
commit | 40f0fd372a623e8d32bae0b9361d2a7453ae7a2e (patch) | |
tree | 36b9adc2b0e0a7f77c2bc58113ccc9a97fe99300 /fs/ecryptfs/file.c | |
parent | 5f9f2c2abd16fcea6cf7cf87791a24687e2fc345 (diff) | |
download | linux-40f0fd372a623e8d32bae0b9361d2a7453ae7a2e.tar.xz |
ecryptfs: fix spelling mistakes
Noticed some minor spelling errors when looking through the code.
Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Diffstat (limited to 'fs/ecryptfs/file.c')
-rw-r--r-- | fs/ecryptfs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index 7000b96b783e..53d0141b9c20 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c @@ -171,7 +171,7 @@ out: /** * ecryptfs_open - * @inode: inode speciying file to open + * @inode: inode specifying file to open * @file: Structure to return filled in * * Opens the file specified by inode. @@ -240,7 +240,7 @@ out: /** * ecryptfs_dir_open - * @inode: inode speciying file to open + * @inode: inode specifying file to open * @file: Structure to return filled in * * Opens the file specified by inode. |