summaryrefslogtreecommitdiff
path: root/freebsd/crypto/openssl/include/internal/tsan_assist.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/crypto/openssl/include/internal/tsan_assist.h')
-rw-r--r--freebsd/crypto/openssl/include/internal/tsan_assist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/crypto/openssl/include/internal/tsan_assist.h b/freebsd/crypto/openssl/include/internal/tsan_assist.h
index d41ebb34..cc30162e 100644
--- a/freebsd/crypto/openssl/include/internal/tsan_assist.h
+++ b/freebsd/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
*