diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-05 08:52:40 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-05 08:52:40 +0000 |
| commit | 4c9cf96ea0c008c831630cef7f27f8b1b3475b87 (patch) | |
| tree | e320d10cdb9d160d9e20c51111b7b7cfd464b3a1 /sys | |
| parent | ffb9c240d7e0390d9a3834f317fdca72fef63f3a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/mouse.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mouse.h b/sys/sys/mouse.h index 4273c0427aab..23f775695c05 100644 --- a/sys/sys/mouse.h +++ b/sys/sys/mouse.h @@ -196,11 +196,11 @@ typedef struct mousevar { /* Logitech MouseMan data packet (M+ protocol) */ #define MOUSE_LMAN_BUTTON2DOWN 0x20 /* middle button, the 4th byte */ -/* ALPS GlidePoint extention (variant of M+ protocol) */ +/* ALPS GlidePoint extension (variant of M+ protocol) */ #define MOUSE_ALPS_BUTTON2DOWN 0x20 /* middle button, the 4th byte */ #define MOUSE_ALPS_TAP 0x10 /* `tapping' action, the 4th byte */ -/* Kinsington Thinking Mouse extention (variant of M+ protocol) */ +/* Kinsington Thinking Mouse extension (variant of M+ protocol) */ #define MOUSE_THINK_BUTTON2DOWN 0x20 /* lower-left button, the 4th byte */ #define MOUSE_THINK_BUTTON4DOWN 0x10 /* lower-right button, the 4th byte */ |
