From 5f168212c93f4ffe37bd73f04bcdc916220db2f4 Mon Sep 17 00:00:00 2001 From: soren Date: Fri, 24 Mar 2000 21:25:32 +0000 Subject: [PATCH] Fix typo. --- sys/arch/newsmips/dev/kbms_if.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/newsmips/dev/kbms_if.c b/sys/arch/newsmips/dev/kbms_if.c index 251649dfe91f..9ffb8f3a5c04 100644 --- a/sys/arch/newsmips/dev/kbms_if.c +++ b/sys/arch/newsmips/dev/kbms_if.c @@ -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 @@ static struct kbm_sw Kbm_port[] = { 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)