Subject: kern/33477: Small typo in comment in sys/dev/wscons/wskbd.c
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <jani@xoftware.de>
List: netbsd-bugs
Date: 05/13/2006 20:10:00
>Number:         33477
>Category:       kern
>Synopsis:       Small typo in comment in sys/dev/wscons/wskbd.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 13 20:10:00 +0000 2006
>Originator:     Mátyás János
>Release:        3.0.0_STABLE
>Organization:
>Environment:
>Description:
Small typo in comment in sys/dev/wscons/wskbd.c
>How-To-Repeat:
Look it the source code.
>Fix:
Index: sys/dev/wscons/wskbd.c
===================================================================
RCS file: /cvsroot/src/sys/dev/wscons/wskbd.c,v
retrieving revision 1.77.2.1
diff -u -u -r1.77.2.1 wskbd.c
--- sys/dev/wscons/wskbd.c      3 Jun 2005 15:49:32 -0000       1.77.2.1
+++ sys/dev/wscons/wskbd.c      13 May 2006 19:58:14 -0000
@@ -1297,7 +1297,7 @@
                                 * to deliver pure ASCII it is in a state that
                                 * it can not track press/release events
                                 * reliable - so we clear all previously
-                                * accuulated modifier state.
+                                * accumulated modifier state.
                                 */
                                wskbd_console_data.t_modifiers = 0;
                                return(data);