diff options
| author | wiz <wiz@NetBSD.org> | 2001-09-18 18:15:49 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-09-18 18:15:49 +0000 |
| commit | 9fa0b176295db80e0c2cc367c1baee727aeb26bc (patch) | |
| tree | 428e4e95602fbb98cd17d228c1bb7146a6b5d77e /sys/dev/rcons | |
| parent | 5c4a9c8761026146342c8e2d6968a9231bee90fe (diff) | |
Give initiali[sz]e all the "i"s it deserves.
Diffstat (limited to 'sys/dev/rcons')
| -rw-r--r-- | sys/dev/rcons/rcons_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rcons/rcons_subr.c b/sys/dev/rcons/rcons_subr.c index c2e1a593fb8..2afdb252173 100644 --- a/sys/dev/rcons/rcons_subr.c +++ b/sys/dev/rcons/rcons_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: rcons_subr.c,v 1.7 2000/04/16 21:49:49 pk Exp $ */ +/* $NetBSD: rcons_subr.c,v 1.8 2001/09/18 18:15:53 wiz Exp $ */ /* * Copyright (c) 1991, 1993 @@ -65,7 +65,7 @@ extern void rcons_bell(struct rconsole *); #endif #define RCONS_ISDIGIT(c) ((c) >= '0' && (c) <= '9') -/* Initalize our operations set */ +/* Initialize our operations set */ void rcons_init_ops(rc) struct rconsole *rc; |
