compiler.cfg.instructions: fix help-lint.

db4
John Benediktsson 2014-11-16 16:22:13 -08:00
parent 86cff7b921
commit 60d0937041
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ HELP: ##spill
{ $class-description "Instruction that copies a value from a register to a " { $link spill-slot } "." } ;
HELP: gc-map-insn
{ $class-description "Union class of all instructions that contain subroutine calls to functions which allocate memory. Each of the has a " { $slot "gc-map" } " slot." } ;
{ $class-description "Union class of all instructions that contain subroutine calls to functions which allocate memory. Each of the instances has a " { $snippet "gc-map" } " slot." } ;
HELP: gc-map
{ $class-description "A tuple that holds info necessary for a gc cycle to figure out where the gc root pointers are. It has the following slots:"