Revision: 4530 Author: edi URL: http://bknr.net/trac/changeset/4530
Fix typo
U trunk/thirdparty/chunga/streams.lisp
Modified: trunk/thirdparty/chunga/streams.lisp =================================================================== --- trunk/thirdparty/chunga/streams.lisp 2010-05-07 10:17:59 UTC (rev 4529) +++ trunk/thirdparty/chunga/streams.lisp 2010-05-07 19:39:34 UTC (rev 4530) @@ -79,7 +79,7 @@ currently enabled.") (output-buffer :initform (make-array +output-buffer-size+ :element-type '(unsigned-byte 8)) :accessor output-buffer - :documentation "A vector used to temporary + :documentation "A vector used to temporarily store data which will output in one chunk.") (output-index :initform 0 :accessor output-index