From 60d093704142046caa7ddb97c82af02d45413aac Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 16 Nov 2014 16:22:13 -0800 Subject: [PATCH] compiler.cfg.instructions: fix help-lint. --- basis/compiler/cfg/instructions/instructions-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/cfg/instructions/instructions-docs.factor b/basis/compiler/cfg/instructions/instructions-docs.factor index 06bdf47996..6e147a7d89 100644 --- a/basis/compiler/cfg/instructions/instructions-docs.factor +++ b/basis/compiler/cfg/instructions/instructions-docs.factor @@ -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:"