doc: use /* ... */ comments in code examples
[openssl.git] / doc / man3 / CRYPTO_THREAD_run_once.pod
index 072790dc3123575ca6b0b9ac3c9f7207afe5ae56..9a4df1992c0e7b3cfbd835b6bd22bca8a28d3926 100644 (file)
@@ -149,9 +149,9 @@ You can find out if OpenSSL was configured with thread support:
 
  #include <openssl/opensslconf.h>
  #if defined(OPENSSL_THREADS)
-     // thread support enabled
+     /* thread support enabled */
  #else
-     // no thread support
+     /* no thread support */
  #endif
 
 =head1 SEE ALSO