diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-20 06:58:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-20 06:58:44 +0000 |
commit | 53191e03cfaf3d6bd0a66693ce4896c69a3d938e (patch) | |
tree | f0d72f5c0d69b5e76f0e3e5bec8ae7c989b3ceb8 | |
parent | bace06626f40fff385ad15811165753f3e50b25f (diff) |
comment typo. from jsyn@nthought.com
-rw-r--r-- | sys/arch/amiga/dev/grf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/dev/grf.c b/sys/arch/amiga/dev/grf.c index be8f6d4ff00..59c87b3f3c4 100644 --- a/sys/arch/amiga/dev/grf.c +++ b/sys/arch/amiga/dev/grf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf.c,v 1.8 1997/01/16 09:24:07 niklas Exp $ */ +/* $OpenBSD: grf.c,v 1.9 2001/06/20 06:58:43 niklas Exp $ */ /* $NetBSD: grf.c,v 1.32 1996/12/23 09:10:01 veego Exp $ */ /* @@ -135,7 +135,7 @@ grfmatch(pdp, match, auxp) /* * attach.. plug pointer in and print some info. * then try and attach an ite to us. note: dp is NULL - * durring console init. + * during console init. */ void grfattach(pdp, dp, auxp) |