diff --git a/SystemInformation.hxx.in b/SystemInformation.hxx.in
index b99acf720e79dd9c86e671f90136719df454eaab..c9531f51416f6c84bcb046baefbb9706cfdbc4a9 100644
--- a/SystemInformation.hxx.in
+++ b/SystemInformation.hxx.in
@@ -98,13 +98,13 @@
   {
     typedef long long LongLong;
   }
-#elif @KWSYS_NAMESPACE@_USE_USE___INT64
+#elif @KWSYS_NAMESPACE@_USE___INT64
   namespace @KWSYS_NAMESPACE@
   {
     typedef __int64 LongLong;
   }
 #else
-//# error "No Long long"
+# error "No Long Long"
 #endif
 
 /* Define these macros temporarily to keep the code readable.  */