diff options
| author | heas <heas@NetBSD.org> | 2005-02-20 20:32:45 +0000 |
|---|---|---|
| committer | heas <heas@NetBSD.org> | 2005-02-20 20:32:45 +0000 |
| commit | 0cb24ff9b922f4ae26f1137fa747df2efafe370c (patch) | |
| tree | a4e035f970444d7af713703fdb986a1b03dbeac8 /sys/dev | |
| parent | b6145d2b461e7c3f17c54413400a994b7c08dbcb (diff) | |
Fix typo in a comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sun/kbdvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
