File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -953,7 +953,7 @@ struct ecryptfs_cipher_code_str_map_elem {
953
953
};
954
954
955
955
/* 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
957
957
* ciphers. List in order of probability. */
958
958
static struct ecryptfs_cipher_code_str_map_elem
959
959
ecryptfs_cipher_code_str_map [] = {
@@ -1410,7 +1410,7 @@ int ecryptfs_read_and_validate_xattr_region(struct dentry *dentry,
1410
1410
*
1411
1411
* Common entry point for reading file metadata. From here, we could
1412
1412
* 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
1414
1414
* stored separately from the file itself. The current implementation
1415
1415
* supports retrieving the metadata information from the file contents
1416
1416
* and from the xattr region.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ static int read_or_initialize_metadata(struct dentry *dentry)
171
171
172
172
/**
173
173
* ecryptfs_open
174
- * @inode: inode speciying file to open
174
+ * @inode: inode specifying file to open
175
175
* @file: Structure to return filled in
176
176
*
177
177
* Opens the file specified by inode.
@@ -240,7 +240,7 @@ static int ecryptfs_open(struct inode *inode, struct file *file)
240
240
241
241
/**
242
242
* ecryptfs_dir_open
243
- * @inode: inode speciying file to open
243
+ * @inode: inode specifying file to open
244
244
* @file: Structure to return filled in
245
245
*
246
246
* Opens the file specified by inode.
You can’t perform that action at this time.
0 commit comments