aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commitd64ada501ae33c02e7c4e3ce21962907df814a5a (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/boot
parent5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff)
downloadsrc-d64ada501ae33c02e7c4e3ce21962907df814a5a.tar.gz
src-d64ada501ae33c02e7c4e3ce21962907df814a5a.zip
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
Notes
Notes: svn path=/head/; revision=108470
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/ficl/words.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c
index 9ede5371da43..341993885baa 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)