Create libcrypto support for BIO_new_from_core_bio()
[openssl.git] / include / internal / tsan_assist.h
index 0fd2f3e8f5e2b06bc6df7aa7009b5a7e7ab0e2cb..f8285b1d8518dd357443657928c7d35401264829 100644 (file)
@@ -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
  *