Index: branches/pyyaml3000/lib/yaml/parser.py
===================================================================
--- branches/pyyaml3000/lib/yaml/parser.py	(revision 53)
+++ branches/pyyaml3000/lib/yaml/parser.py	(revision 55)
@@ -72,5 +72,5 @@
     # Since writing an LL(1) parser is a straightforward task, we do not give
     # many comments here.
-    # Note that we use Python generators. If you rewrite the parser to another
+    # Note that we use Python generators. If you rewrite the parser in another
     # language, you may replace all 'yield'-s with event handler calls.
 
