diff options
-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) |