diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-18 02:26:59 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-18 02:26:59 +0000 |
commit | f1079b8edf5e423bdca89f1f863b4d6cbc0871be (patch) | |
tree | 1b6af608e5f7e19f4717ed49979eadec2cb5dbc5 /sys/dev/wscons | |
parent | 620f93c157f348315dd0df55c13153a8bb8ee5ab (diff) |
Oops -- adjust the comment as well.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r-- | sys/dev/wscons/wskbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wskbd.c b/sys/dev/wscons/wskbd.c index f951a6ed0c3..72a19224af1 100644 --- a/sys/dev/wscons/wskbd.c +++ b/sys/dev/wscons/wskbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wskbd.c,v 1.14 2001/04/18 02:24:22 aaron Exp $ */ +/* $OpenBSD: wskbd.c,v 1.15 2001/04/18 02:26:58 aaron Exp $ */ /* $NetBSD: wskbd.c,v 1.38 2000/03/23 07:01:47 thorpej Exp $ */ /* @@ -247,7 +247,7 @@ extern struct cfdriver wskbd_cd; extern int kbd_reset; #ifndef WSKBD_DEFAULT_BELL_PITCH -#define WSKBD_DEFAULT_BELL_PITCH 400 /* 1500Hz */ +#define WSKBD_DEFAULT_BELL_PITCH 400 /* 400Hz */ #endif #ifndef WSKBD_DEFAULT_BELL_PERIOD #define WSKBD_DEFAULT_BELL_PERIOD 100 /* 100ms */ |