Changed some C89 style comments to C99 style.
[citadel.git] / citadel / server / citadel_defs.h
index 0a5a0897d5d63df055b813156817a73b930ec212..eb286fde5b20d9b9555d5900aa47ea3aa1ce3861 100644 (file)
@@ -33,7 +33,7 @@
 #define LONG_MAX 2147483647L
 #endif
 
-// hats off to https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor
+// hat tip to https://stackoverflow.com/questions/5459868/concatenate-int-to-string-using-c-preprocessor
 #define STR_HELPER(x) #x
 #define STR(x) STR_HELPER(x)
 #define CITADEL        "Citadel Server " STR(REV_LEVEL)