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