From 86f7487fb6a0b8dd9e3a699ad48d6e99504a67ff Mon Sep 17 00:00:00 2001 From: schweikh Date: Mon, 30 Dec 2002 21:18:15 +0000 Subject: Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ Add FreeBSD Id tag where missing. --- sys/boot/ficl/words.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot') diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index 9ede537..3419938 100644 --- a/sys/boot/ficl/words.c +++ b/sys/boot/ficl/words.c @@ -4535,7 +4535,7 @@ static void funcname(FICL_VM *pVM) /************************************************************************** f i c l W o r d C l a s s i f y ** This public function helps to classify word types for SEE -** and the deugger in tools.c. Given an pointer to a word, it returns +** and the deugger in tools.c. Given a pointer to a word, it returns ** a member of WOR **************************************************************************/ WORDKIND ficlWordClassify(FICL_WORD *pFW) -- cgit v1.1