Fix a comment
diff --git a/Lib/email/_compat22.py b/Lib/email/_compat22.py
index e0f72a8..fc1d32a 100644
--- a/Lib/email/_compat22.py
+++ b/Lib/email/_compat22.py
@@ -9,7 +9,7 @@
 from cStringIO import StringIO
 from types import StringTypes
 
-# Python 2.2.x where x < 2 lacks True/False
+# Python 2.2.x where x < 1 lacks True/False
 try:
     True, False
 except NameError: