diff options
author | 2002-02-17 23:38:16 +0000 | |
---|---|---|
committer | 2002-02-17 23:38:16 +0000 | |
commit | 8059aba46ea7dea3743ba342ac58a36b25508c6c (patch) | |
tree | 2e496a4e8f19e269bf05ad9266870c982eabe867 | |
parent | Call S_ISLNK with correct variable; Peter Philipp (diff) | |
download | wireguard-openbsd-8059aba46ea7dea3743ba342ac58a36b25508c6c.tar.xz wireguard-openbsd-8059aba46ea7dea3743ba342ac58a36b25508c6c.zip |
comment typo
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 87cb5564e14..bc4a3584e7e 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.66 2002/02/17 22:59:52 maja Exp $ */ +/* $OpenBSD: machdep.c,v 1.67 2002/02/17 23:38:16 jason Exp $ */ /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */ /*- @@ -861,7 +861,7 @@ consinit() #include <dev/ic/pckbcvar.h> /* - * This is called by the pbkbc driver if no pckbd is configured. + * This is called by the pckbc driver if no pckbd is configured. * On the i386, it is used to glue in the old, deprecated console * code. On the Alpha, it does nothing. */ |