Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcmips/dev Fix a typo.
details: https://anonhg.NetBSD.org/src/rev/cd3349e60943
branches: trunk
changeset: 588817:cd3349e60943
user: peter <peter%NetBSD.org@localhost>
date: Sat Mar 04 17:33:29 2006 +0000
description:
Fix a typo.
diffstat:
sys/arch/hpcmips/dev/m38813c.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 345042b76e19 -r cd3349e60943 sys/arch/hpcmips/dev/m38813c.c
--- a/sys/arch/hpcmips/dev/m38813c.c Sat Mar 04 17:24:13 2006 +0000
+++ b/sys/arch/hpcmips/dev/m38813c.c Sat Mar 04 17:33:29 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: m38813c.c,v 1.10 2005/12/11 12:17:33 christos Exp $ */
+/* $NetBSD: m38813c.c,v 1.11 2006/03/04 17:33:29 peter Exp $ */
/*-
* Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: m38813c.c,v 1.10 2005/12/11 12:17:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: m38813c.c,v 1.11 2006/03/04 17:33:29 peter Exp $");
#include "opt_use_poll.h"
@@ -113,7 +113,7 @@
}
#ifndef USE_POLL
-#error options USE_POLL requied.
+#error options USE_POLL required.
#endif
if (!(sc->sc_ih = tx39_poll_establish(sc->sc_tc, 1,
IPL_TTY, m38813c_intr,
Home |
Main Index |
Thread Index |
Old Index