chiark / gitweb /
Daily work in progress.
[sod] / src / parser / parser-proto.lisp
index 879db4c1946ad324ef90813f6a021805c3b18f83..f60e4254ecd3a80f4095b3f2bb7544249229790d 100644 (file)
@@ -843,7 +843,7 @@ (defparse token (:context (context token-parser-context)
    A token matches under the following conditions:
 
      * If the value of TYPE is `t' then the match succeeds if and only if the
-       parser it not at end-of-file.
+       parser is not at end-of-file.
 
      * If the value of TYPE is not `eql' to the token type then the match
        fails.