diff options
author | Carlos Garcia <carlos@cgarcia.org> | 2014-04-04 22:31:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-05-05 09:32:05 -0400 |
commit | c98be0c96db00e9b6b02d31e0fa7590c54cdaaac (patch) | |
tree | 3c189a2a2342bf4454fd8826ad61b2cb84eab6b3 /Documentation/input | |
parent | 07656d83085dfd3d5eff5d588a6f50c35c853ee0 (diff) |
doc: spelling error changes
Fixed multiple spelling errors.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Carlos E. Garcia <carlos@cgarcia.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/input')
-rw-r--r-- | Documentation/input/alps.txt | 2 | ||||
-rw-r--r-- | Documentation/input/input.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/input/alps.txt b/Documentation/input/alps.txt index e544c7ff8cfa..90bca6f988e1 100644 --- a/Documentation/input/alps.txt +++ b/Documentation/input/alps.txt | |||
@@ -94,7 +94,7 @@ PS/2 packet format | |||
94 | 94 | ||
95 | Note that the device never signals overflow condition. | 95 | Note that the device never signals overflow condition. |
96 | 96 | ||
97 | ALPS Absolute Mode - Protocol Verion 1 | 97 | ALPS Absolute Mode - Protocol Version 1 |
98 | -------------------------------------- | 98 | -------------------------------------- |
99 | 99 | ||
100 | byte 0: 1 0 0 0 1 x9 x8 x7 | 100 | byte 0: 1 0 0 0 1 x9 x8 x7 |
diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt index 666c06c5ab0c..0acfddbe2028 100644 --- a/Documentation/input/input.txt +++ b/Documentation/input/input.txt | |||
@@ -226,7 +226,7 @@ And so on up to js31. | |||
226 | ~~~~~~~~~~~ | 226 | ~~~~~~~~~~~ |
227 | evdev is the generic input event interface. It passes the events | 227 | evdev is the generic input event interface. It passes the events |
228 | generated in the kernel straight to the program, with timestamps. The | 228 | generated in the kernel straight to the program, with timestamps. The |
229 | API is still evolving, but should be useable now. It's described in | 229 | API is still evolving, but should be usable now. It's described in |
230 | section 5. | 230 | section 5. |
231 | 231 | ||
232 | This should be the way for GPM and X to get keyboard and mouse | 232 | This should be the way for GPM and X to get keyboard and mouse |