summaryrefslogtreecommitdiff
path: root/crypto/openssl/include/internal/tsan_assist.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/include/internal/tsan_assist.h')
-rw-r--r--crypto/openssl/include/internal/tsan_assist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/include/internal/tsan_assist.h b/crypto/openssl/include/internal/tsan_assist.h
index d41ebb341a422..cc30162eb74ec 100644
--- a/crypto/openssl/include/internal/tsan_assist.h
+++ b/crypto/openssl/include/internal/tsan_assist.h
@@ -18,7 +18,7 @@
* if (var == NOT_YET_INITIALIZED)
* var = function_returning_same_value();
*
- * This does work provided that loads and stores are single-instuction
+ * This does work provided that loads and stores are single-instruction
* operations (and integer ones are on *all* supported platforms), but
* it upsets Thread Sanitizer. Suggested solution is
*