0.6.9.6:
[sbcl.git] / doc / cmucl / cmu-user / cmu-user.tex
index 8623c0d..931a3f1 100644 (file)
@@ -11789,7 +11789,7 @@ must be an array of one of the following types:
                  array)
            (optimize (speed 3) (safety 0))
            (ext:optimize-interface (safety 3)))
-  ;; with-array-data will get us to the actual data.  However, because
+  ;; WITH-ARRAY-DATA will get us to the actual data.  However, because
   ;; the array could have been displaced, we need to know where the
   ;; data starts.
   (lisp::with-array-data ((data array)