From 255b4fc823afe1ee649cf574896a2a654f9a05bf Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 21 Jul 2015 17:55:24 -0700 Subject: [PATCH] cpu.x86: fix article title help-lint. --- basis/cpu/x86/x86-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/cpu/x86/x86-docs.factor b/basis/cpu/x86/x86-docs.factor index ee6ceeb108..3b3047e685 100644 --- a/basis/cpu/x86/x86-docs.factor +++ b/basis/cpu/x86/x86-docs.factor @@ -110,7 +110,7 @@ HELP: copy-register* } } ; -ARTICLE: "cpu.x86" "x86 compiler backend" +ARTICLE: "cpu.x86" "CPU x86 compiler backend" "Implementation of " { $vocab-link "cpu.architecture" } " for x86 machines." $nl { $link ADD } " and " { $link SUB } " variants:"