diff options
author | Wei Yuan <weiyuan.wei@huawei.com> | 2016-02-17 01:50:10 -0500 |
---|---|---|
committer | Tyler Hicks <tyhicks@canonical.com> | 2016-06-20 11:02:23 -0400 |
commit | 5f9f2c2abd16fcea6cf7cf87791a24687e2fc345 (patch) | |
tree | 2b4b5a3914c927730ebe162b53954db4308bc11d | |
parent | c39341cf0d08357f448f4c2fffe2ebcc9495fd01 (diff) |
eCryptfs: fix typos in comment
Signed-off-by: Weiyuan <weiyuan.wei@huawei.com>
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
-rw-r--r-- | fs/ecryptfs/crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 0d8eb3455b34..6a69b552cede 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c | |||
@@ -45,7 +45,7 @@ | |||
45 | * ecryptfs_to_hex | 45 | * ecryptfs_to_hex |
46 | * @dst: Buffer to take hex character representation of contents of | 46 | * @dst: Buffer to take hex character representation of contents of |
47 | * src; must be at least of size (src_size * 2) | 47 | * src; must be at least of size (src_size * 2) |
48 | * @src: Buffer to be converted to a hex string respresentation | 48 | * @src: Buffer to be converted to a hex string representation |
49 | * @src_size: number of bytes to convert | 49 | * @src_size: number of bytes to convert |
50 | */ | 50 | */ |
51 | void ecryptfs_to_hex(char *dst, char *src, size_t src_size) | 51 | void ecryptfs_to_hex(char *dst, char *src, size_t src_size) |
@@ -60,7 +60,7 @@ void ecryptfs_to_hex(char *dst, char *src, size_t src_size) | |||
60 | * ecryptfs_from_hex | 60 | * ecryptfs_from_hex |
61 | * @dst: Buffer to take the bytes from src hex; must be at least of | 61 | * @dst: Buffer to take the bytes from src hex; must be at least of |
62 | * size (src_size / 2) | 62 | * size (src_size / 2) |
63 | * @src: Buffer to be converted from a hex string respresentation to raw value | 63 | * @src: Buffer to be converted from a hex string representation to raw value |
64 | * @dst_size: size of dst buffer, or number of hex characters pairs to convert | 64 | * @dst_size: size of dst buffer, or number of hex characters pairs to convert |
65 | */ | 65 | */ |
66 | void ecryptfs_from_hex(char *dst, char *src, int dst_size) | 66 | void ecryptfs_from_hex(char *dst, char *src, int dst_size) |