master: manual: arrays are row-major
melisgl via Sbcl-commits <[email protected]> Mon, 29 Jun 2026 12:20:14 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 2e9dc0721f8dcf85ce539754d039dd9a038ca1cb (commit)
from 6e2bcf1d9bca8265d98c276b7480b679b88211eb (commit)
- Log -----------------------------------------------------------------
commit 2e9dc0721f8dcf85ce539754d039dd9a038ca1cb
Author: Gabor Melis <[email protected]>
Date: Wed Jun 24 08:57:36 2026 +0200
manual: arrays are row-major
Thanks to Scott L. Burson (lp#2158033)
---
contrib/sb-manual/doc/ffi.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/sb-manual/doc/ffi.lisp b/contrib/sb-manual/doc/ffi.lisp
index abfdb0034..7ef2f85fd 100644
--- a/contrib/sb-manual/doc/ffi.lisp
+++ b/contrib/sb-manual/doc/ffi.lisp
@@ -143,7 +143,7 @@
is desired, it may be explicitly coerced using CAST.
Arrays are accessed using DEREF, passing the indices
- as additional arguments. Elements are stored in column-major order
+ as additional arguments. Elements are stored in row-major order
(as in C), so the first dimension determines only the size of the
memory block, and not the layout of the higher dimensions. An array
whose first dimension is variable may be specified by using NIL as
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL