aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-18 10:43:53 +0000
commitd7d97eb0aa6f7315a98a6010d82c4fc71bd2211c (patch)
treef8fb6added0ae23b19c6ae7f29f514a212a31fde /sys/pc98
parent7c637968288584dda60170d7c2977973e20ae503 (diff)
Notes
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 031df5352279..1a8821f37773 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;