summaryrefslogtreecommitdiff
path: root/include/drivers/auth/crypto_mod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/auth/crypto_mod.h')
-rw-r--r--include/drivers/auth/crypto_mod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/auth/crypto_mod.h b/include/drivers/auth/crypto_mod.h
index 00ea8c620..bec19da2c 100644
--- a/include/drivers/auth/crypto_mod.h
+++ b/include/drivers/auth/crypto_mod.h
@@ -46,7 +46,7 @@ typedef struct crypto_lib_desc_s {
const char *name;
/* Initialize library. This function is not expected to fail. All errors
- * must be handled inside the function, asserting or panicing in case of
+ * must be handled inside the function, asserting or panicking in case of
* a non-recoverable error */
void (*init)(void);