aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/file.c
diff options
context:
space:
mode:
authorChris J Arges <chris.j.arges@canonical.com>2016-06-09 15:31:29 -0500
committerTyler Hicks <tyhicks@canonical.com>2016-06-20 10:02:35 -0500
commit40f0fd372a623e8d32bae0b9361d2a7453ae7a2e (patch)
tree36b9adc2b0e0a7f77c2bc58113ccc9a97fe99300 /fs/ecryptfs/file.c
parent5f9f2c2abd16fcea6cf7cf87791a24687e2fc345 (diff)
downloadlinux-40f0fd372a623e8d32bae0b9361d2a7453ae7a2e.tar.gz
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c
index 7000b96b783ef..53d0141b9c20c 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.