aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.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/crypto.c
parenteCryptfs: fix typos in comment (diff)
downloadlinux-dev-40f0fd372a623e8d32bae0b9361d2a7453ae7a2e.tar.xz
linux-dev-40f0fd372a623e8d32bae0b9361d2a7453ae7a2e.zip
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/crypto.c')
-rw-r--r--fs/ecryptfs/crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c
index 6a69b552cede..e5e29f8c920b 100644
--- a/fs/ecryptfs/crypto.c
+++ b/fs/ecryptfs/crypto.c
@@ -953,7 +953,7 @@ struct ecryptfs_cipher_code_str_map_elem {
};
/* Add support for additional ciphers by adding elements here. The
- * cipher_code is whatever OpenPGP applicatoins use to identify the
+ * cipher_code is whatever OpenPGP applications use to identify the
* ciphers. List in order of probability. */
static struct ecryptfs_cipher_code_str_map_elem
ecryptfs_cipher_code_str_map[] = {
@@ -1410,7 +1410,7 @@ int ecryptfs_read_and_validate_xattr_region(struct dentry *dentry,
*
* Common entry point for reading file metadata. From here, we could
* retrieve the header information from the header region of the file,
- * the xattr region of the file, or some other repostory that is
+ * the xattr region of the file, or some other repository that is
* stored separately from the file itself. The current implementation
* supports retrieving the metadata information from the file contents
* and from the xattr region.