aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/spm/cmsis_psa/tfm_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/spm/cmsis_psa/tfm_thread.h')
-rw-r--r--secure_fw/spm/cmsis_psa/tfm_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/spm/cmsis_psa/tfm_thread.h b/secure_fw/spm/cmsis_psa/tfm_thread.h
index 159344b53a..3841f942a0 100644
--- a/secure_fw/spm/cmsis_psa/tfm_thread.h
+++ b/secure_fw/spm/cmsis_psa/tfm_thread.h
@@ -162,7 +162,7 @@ void __STATIC_INLINE tfm_core_thrd_set_retval(struct tfm_core_thread_t *pth,
*
* Notes :
* This function validates thread info. It returns error if thread info
- * is not correct. Thread is avaliable after successful tfm_core_thrd_start().
+ * is not correct. Thread is available after successful tfm_core_thrd_start().
*/
uint32_t tfm_core_thrd_start(struct tfm_core_thread_t *pth);