From c8ee999982e316f472057fac9af7d09888721831 Mon Sep 17 00:00:00 2001 From: is Date: Fri, 30 Dec 2005 16:12:11 +0000 Subject: [PATCH] fixing typo in comment --- sys/arch/amiga/dev/a34kbbc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/amiga/dev/a34kbbc.c b/sys/arch/amiga/dev/a34kbbc.c index 567d39bed71b..49c4d41c3b7c 100644 --- a/sys/arch/amiga/dev/a34kbbc.c +++ b/sys/arch/amiga/dev/a34kbbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: a34kbbc.c,v 1.15 2005/12/11 12:16:27 christos Exp $ */ +/* $NetBSD: a34kbbc.c,v 1.16 2005/12/30 16:12:11 is Exp $ */ /* * Copyright (c) 1982, 1990 The Regents of the University of California. @@ -78,7 +78,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: a34kbbc.c,v 1.15 2005/12/11 12:16:27 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: a34kbbc.c,v 1.16 2005/12/30 16:12:11 is Exp $"); #include #include @@ -112,7 +112,7 @@ a34kbbc_match(struct device *pdp, struct cfdata *cfp, void *auxp) if (!matchname("a34kbbc", auxp)) return(0); - /* Allow only once instance. */ + /* Allow only one instance. */ if (a34kbbc_matched) return(0);