X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/239fa5bd3dff0b38b0cebdd3438311f21c24ba4f..c91b90c3bfd3d3e68cc3d3ff3f431d1e73920061:/src/parser/parser-proto.lisp diff --git a/src/parser/parser-proto.lisp b/src/parser/parser-proto.lisp index 879db4c..f60e425 100644 --- a/src/parser/parser-proto.lisp +++ b/src/parser/parser-proto.lisp @@ -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.