X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/aa14a4cddcb96b681d5c19a2ec8bad382f43b264..3109662aca9c06495ac22c5c58b46e1c036aca5c:/src/parser/streams-proto.lisp?ds=sidebyside diff --git a/src/parser/streams-proto.lisp b/src/parser/streams-proto.lisp index bcce02a..141d0bc 100644 --- a/src/parser/streams-proto.lisp +++ b/src/parser/streams-proto.lisp @@ -34,7 +34,7 @@ "Returns the pathname of the file that STREAM is open on. If STREAM is open on a file, then return the pathname of that file. - Otherwise return NIL.") + Otherwise return nil.") ;; Provide some default methods. Most streams don't have a pathname. ;; File-based streams provide a pathname, but it's usually been merged with