summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 87661a0..6cc0788 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -5,7 +5,7 @@
(defun next-xml-blurb (reader tag)
"Return the next XML document in a stream that is enclosed in a given XML tag.
-READER is a function that takes one argument -- number of bytes to
+READER is a function taking one argument -- the number of bytes to
read -- and returns that many octets or nil on read error or end of
stream.