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/rasops/rasops.c | |
| parent | 5c4a9c8761026146342c8e2d6968a9231bee90fe (diff) | |
Give initiali[sz]e all the "i"s it deserves.
Diffstat (limited to 'sys/dev/rasops/rasops.c')
| -rw-r--r-- | sys/dev/rasops/rasops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/rasops/rasops.c b/sys/dev/rasops/rasops.c index 4352a18f2a9..21d4f3bcc89 100644 --- a/sys/dev/rasops/rasops.c +++ b/sys/dev/rasops/rasops.c @@ -1,4 +1,4 @@ -/* $NetBSD: rasops.c,v 1.36 2001/02/12 04:33:36 nathanw Exp $ */ +/* $NetBSD: rasops.c,v 1.37 2001/09/18 18:15:53 wiz Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.36 2001/02/12 04:33:36 nathanw Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rasops.c,v 1.37 2001/09/18 18:15:53 wiz Exp $"); #include "opt_rasops.h" #include "rasops_glue.h" @@ -114,7 +114,7 @@ static void rasops_do_cursor __P((struct rasops_info *)); static void rasops_init_devcmap __P((struct rasops_info *)); /* - * Initalize a 'rasops_info' descriptor. + * Initialize a 'rasops_info' descriptor. */ int rasops_init(ri, wantrows, wantcols) |
