summaryrefslogtreecommitdiffstats
path: root/include/internal/thread_once.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/thread_once.h')
-rw-r--r--include/internal/thread_once.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/internal/thread_once.h b/include/internal/thread_once.h
index 033e970509..69a1754f1a 100644
--- a/include/internal/thread_once.h
+++ b/include/internal/thread_once.h
@@ -72,9 +72,9 @@
* function defined via DEFINE_ONCE_STATIC where both functions use the same
* CRYPTO_ONCE object to synchronise. Where an alternative initialiser function
* is used only one of the primary or the alternative initialiser function will
- * ever be called - and that function will be called exactly once. Definitition
+ * ever be called - and that function will be called exactly once. Definition
* of an alternative initialiser function MUST occur AFTER the definition of the
- * primiary initialiser function.
+ * primary initialiser function.
*
* Typical usage might be:
*