summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commit3065478332a49197980fb33f9c27a87e0bb7248d (patch)
tree351d3248daf53d0b7b71746b8ece4b26a49ff090 /sys/pc98
parent0f00927ea0ae73e06c47bde5c0a01ade16bc3a08 (diff)
downloadFreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.zip
FreeBSD-src-3065478332a49197980fb33f9c27a87e0bb7248d.tar.gz
Preceed/preceeding are not english words. Use precede and preceding.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/userconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 031df53..1a8821f 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -2131,7 +2131,7 @@ dolist(int row, int num, int detail, int *ofs, DEV_LIST **list, char *dhelp)
extended=1;
break;
- case '[': /* cheat : always preceeds cursor move */
+ case '[': /* cheat : always precedes cursor move */
case 'O': /* ANSI application key mode */
if (extended==1)
extended=2;
@@ -2923,7 +2923,7 @@ introfunc(CmdParm *parms)
extended = 1;
break;
- case '[': /* cheat : always preceeds cursor move */
+ case '[': /* cheat : always precedes cursor move */
case 'O': /* ANSI application key mode */
if (extended == 1)
extended = 2;
OpenPOWER on IntegriCloud