summaryrefslogtreecommitdiff
path: root/include/drivers/nxp/crypto/caam/sec_jr_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/nxp/crypto/caam/sec_jr_driver.h')
-rw-r--r--include/drivers/nxp/crypto/caam/sec_jr_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/nxp/crypto/caam/sec_jr_driver.h b/include/drivers/nxp/crypto/caam/sec_jr_driver.h
index 57e0fa0ee..a6570d8bf 100644
--- a/include/drivers/nxp/crypto/caam/sec_jr_driver.h
+++ b/include/drivers/nxp/crypto/caam/sec_jr_driver.h
@@ -57,7 +57,7 @@ typedef void (*user_callback) (uint32_t *desc, uint32_t status,
/*
* Structure encompassing a job descriptor which is to be processed
* by SEC. User should also initialise this structure with the callback
- * function pointer which will be called by driver after recieving proccessed
+ * function pointer which will be called by driver after receiving proccessed
* descriptor from SEC. User data is also passed in this data structure which
* will be sent as an argument to the user callback function.
*/