Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/newsmips/dev Fix typo.
details: https://anonhg.NetBSD.org/src/rev/4c7a974cf418
branches: trunk
changeset: 484069:4c7a974cf418
user: soren <soren%NetBSD.org@localhost>
date: Fri Mar 24 21:25:32 2000 +0000
description:
Fix typo.
diffstat:
sys/arch/newsmips/dev/kbms_if.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6500aa227655 -r 4c7a974cf418 sys/arch/newsmips/dev/kbms_if.c
--- a/sys/arch/newsmips/dev/kbms_if.c Fri Mar 24 20:48:20 2000 +0000
+++ b/sys/arch/newsmips/dev/kbms_if.c Fri Mar 24 21:25:32 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kbms_if.c,v 1.5 2000/03/23 06:42:12 thorpej Exp $ */
+/* $NetBSD: kbms_if.c,v 1.6 2000/03/24 21:25:32 soren Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -121,7 +121,7 @@
extern int kbd_flush();
static struct callout ms_helper_ch = CALLOUT_INITIALIZER;
-statuc struct callout kb_soft_ch = CALLOUT_INITIALIZER;
+static struct callout kb_soft_ch = CALLOUT_INITIALIZER;
void
kbm_open(chan)
Home |
Main Index |
Thread Index |
Old Index