diff options
author | 2001-06-20 06:58:43 +0000 | |
---|---|---|
committer | 2001-06-20 06:58:43 +0000 | |
commit | 5666aa486a0cc3eda3216fbc2c7daffa2e187dba (patch) | |
tree | 9ad35ab564ed7d11dc2a6be72633ba301b60a8d1 | |
parent | sync (diff) | |
download | wireguard-openbsd-5666aa486a0cc3eda3216fbc2c7daffa2e187dba.tar.xz wireguard-openbsd-5666aa486a0cc3eda3216fbc2c7daffa2e187dba.zip |
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) |