* doc/ref/vm.texi (Object File Format): fix .guile.frame-maps section name.
---
doc/ref/vm.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index b0669f0d4..60d69ddb3 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -530,7 +530,7 @@ A table mapping addresses in the @code{.rtl-text} to
procedure names.
@itemx .guile.docstrs
@itemx .guile.docstrs.strtab
Side tables of procedure properties, arities, and docstrings.
-@item .guile.docstrs.strtab
+@item .guile.frame-maps
Side table of frame maps, describing the set of live slots for ever
return point in the program text, and whether those slots are pointers
are not. Used by the garbage collector.
--
2.45.2