Quellcode durchsuchen

Typo in comment

Anton Vodonosov vor 12 Jahren
Ursprung
Commit
01a32b4ec6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      streams.lisp

+ 1 - 1
streams.lisp

@@ -38,7 +38,7 @@
 ;;; in trivial gray streams, maybe borrowing the code
 ;;; from some of CL implementations. But now, for
 ;;; simplicity we will fallback to default implementation
-;;; of the implementation-specific analogue function with calls us.
+;;; of the implementation-specific analogue function which calls us.
 
 (defmethod stream-read-sequence ((stream fundamental-input-stream) seq start end &key)
   'fallback)