summaryrefslogtreecommitdiff
path: root/crypto/openssl/include/internal/refcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/include/internal/refcount.h')
-rw-r--r--crypto/openssl/include/internal/refcount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/include/internal/refcount.h b/crypto/openssl/include/internal/refcount.h
index d2364c621221..6e1a840ef1ea 100644
--- a/crypto/openssl/include/internal/refcount.h
+++ b/crypto/openssl/include/internal/refcount.h
@@ -105,7 +105,7 @@ static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock)
# if _WIN32_WCE >= 0x600
extern long __cdecl _InterlockedExchangeAdd(long volatile*, long);
# else
- // under Windows CE we still have old-style Interlocked* functions
+ /* under Windows CE we still have old-style Interlocked* functions */
extern long __cdecl InterlockedExchangeAdd(long volatile*, long);
# define _InterlockedExchangeAdd InterlockedExchangeAdd
# endif