diff options
Diffstat (limited to 'xlators/encryption/crypt/src/metadata.c')
-rw-r--r-- | xlators/encryption/crypt/src/metadata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/encryption/crypt/src/metadata.c b/xlators/encryption/crypt/src/metadata.c index ebc76c84eb2..a4124ab8d6b 100644 --- a/xlators/encryption/crypt/src/metadata.c +++ b/xlators/encryption/crypt/src/metadata.c @@ -404,7 +404,7 @@ int32_t check_format_v1(uint32_t len, unsigned char *wire) * return: * -1 on errors; * 0 on failed verification; - * 1 on sucessful verification + * 1 on successful verification */ static int32_t verify_link_mac_v1(struct mtd_format_v1 *fmt, uint32_t idx /* index of the mac to verify */, |