diff options
Diffstat (limited to 'xlators/encryption/crypt/src/crypt.h')
-rw-r--r-- | xlators/encryption/crypt/src/crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/encryption/crypt/src/crypt.h b/xlators/encryption/crypt/src/crypt.h index 4a87f016089..31bb59d8765 100644 --- a/xlators/encryption/crypt/src/crypt.h +++ b/xlators/encryption/crypt/src/crypt.h @@ -253,7 +253,7 @@ typedef struct { */ gf_dirent_t *de; /* directory entry */ char *de_path; /* pathname of directory entry */ - uint32_t de_prefix_len; /* lenght of the parent's pathname */ + uint32_t de_prefix_len; /* length of the parent's pathname */ gf_dirent_t *entries; uint32_t update_disk_file_size:1; |