From 0cb24ff9b922f4ae26f1137fa747df2efafe370c Mon Sep 17 00:00:00 2001 From: heas Date: Sun, 20 Feb 2005 20:32:45 +0000 Subject: Fix typo in a comment. --- sys/dev/sun/kbdvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/sun/kbdvar.h b/sys/dev/sun/kbdvar.h index 3a8a465dee4..849bf7df7e5 100644 --- a/sys/dev/sun/kbdvar.h +++ b/sys/dev/sun/kbdvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: kbdvar.h,v 1.13 2003/08/27 01:37:38 uwe Exp $ */ +/* $NetBSD: kbdvar.h,v 1.14 2005/02/20 20:32:45 heas Exp $ */ /* * Copyright (c) 1992, 1993 @@ -60,7 +60,7 @@ struct kbd_softc { struct callout k_wsbell;/* to shut the bell off */ #endif - /* ACSII translation state */ + /* ASCII translation state */ struct kbd_state k_state; /* console hooks */ -- cgit