stack-checker.inlining: fix help-lint.

db4
John Benediktsson 2015-09-23 17:10:43 -07:00
parent 4890239c3c
commit b644afb019
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ IN: stack-checker.inlining
HELP: inline-recursive-word
{ $values { "word" word } }
{ $description "Emits an " { #recursive } " ssa node for a call to the given inline recursive word." } ;
{ $description "Emits an " { $link #recursive } " ssa node for a call to the given inline recursive word." } ;
HELP: prepare-stack
{ $values { "word" word } }