Issue #21713: Fix typo in a comment.  Found by Joseph Shen.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index ccf75f3..5a6acfc 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -390,7 +390,7 @@
 #else
 /* VC6, VS 2002 and eVC4 don't support the C99 LL suffix for 64-bit integer literals */
 #define Py_LL(x) x##I64
-#endif  /* _MSC_VER > 1200  */
+#endif  /* _MSC_VER > 1300  */
 #endif  /* _MSC_VER */
 
 #endif