Skip to content

Commit 40f0fd3

Browse files
Chris J Argestyhicks
authored andcommitted
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>
1 parent 5f9f2c2 commit 40f0fd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fs/ecryptfs/crypto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ struct ecryptfs_cipher_code_str_map_elem {
953953
};
954954

955955
/* Add support for additional ciphers by adding elements here. The
956-
* cipher_code is whatever OpenPGP applicatoins use to identify the
956+
* cipher_code is whatever OpenPGP applications use to identify the
957957
* ciphers. List in order of probability. */
958958
static struct ecryptfs_cipher_code_str_map_elem
959959
ecryptfs_cipher_code_str_map[] = {
@@ -1410,7 +1410,7 @@ int ecryptfs_read_and_validate_xattr_region(struct dentry *dentry,
14101410
*
14111411
* Common entry point for reading file metadata. From here, we could
14121412
* retrieve the header information from the header region of the file,
1413-
* the xattr region of the file, or some other repostory that is
1413+
* the xattr region of the file, or some other repository that is
14141414
* stored separately from the file itself. The current implementation
14151415
* supports retrieving the metadata information from the file contents
14161416
* and from the xattr region.

fs/ecryptfs/file.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static int read_or_initialize_metadata(struct dentry *dentry)
171171

172172
/**
173173
* ecryptfs_open
174-
* @inode: inode speciying file to open
174+
* @inode: inode specifying file to open
175175
* @file: Structure to return filled in
176176
*
177177
* Opens the file specified by inode.
@@ -240,7 +240,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file)
240240

241241
/**
242242
* ecryptfs_dir_open
243-
* @inode: inode speciying file to open
243+
* @inode: inode specifying file to open
244244
* @file: Structure to return filled in
245245
*
246246
* Opens the file specified by inode.

0 commit comments

Comments
 (0)