1.0.9.53: trivial typo fixes
[sbcl.git] / src / code / external-formats / mb-util.lisp
index 251b8d7..e60dfed 100644 (file)
@@ -81,7 +81,7 @@
                              ;; two-byte sequence `"initial (length 3)"
                              ;; "non-continuation"' -- `#xef #x32')
                              ;; signal only part of that sequence as
-                             ;; erronous.
+                             ;; erroneous.
                              (loop for i from 1 below (min len remaining-bytes)
                                 always (valid-secondary-p i))
                              (enough-bytes-left-p len))))