summaryrefslogtreecommitdiff
path: root/libevdev/libevdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-12-24 09:11:55 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-12-24 09:13:23 +1000
commitf87647b509f340b89a4dece4e6d9871ef4cb5807 (patch)
treeb76b59d06c87e6353d32f7fdfb4a926974f310d2 /libevdev/libevdev.h
parent590291513bb07719c857b5a657b6059aae5a39fe (diff)
downloadlibevdev-f87647b509f340b89a4dece4e6d9871ef4cb5807.tar.gz
Documentation typo fixes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev/libevdev.h')
-rw-r--r--libevdev/libevdev.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index df785dd..18b0634 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -75,7 +75,7 @@ extern "C" {
* Where does libevdev sit?
* ========================
*
- * libevdev is essentially a `read(2)` on steroids for `/dev/input/eventX
+ * libevdev is essentially a `read(2)` on steroids for `/dev/input/eventX`
* devices. It sits below the process that handles input events, in between
* the kernel and that process. In the simplest case, e.g. an evtest-like tool
* the stack would look like this:
@@ -340,13 +340,13 @@ extern "C" {
* @defgroup bits Querying device capabilities
*
* Abstraction functions to handle device capabilities, specificially
- * device propeties such as the name of the device and the bits
+ * device properties such as the name of the device and the bits
* representing the events suppported by this device.
*
* The logical state returned may lag behind the physical state of the device.
* libevdev queries the device state on libevdev_set_fd() and then relies on
- * the caller to parse events through libevdev_next_fd(). If a caller does not
- * use libevdev_next_fd(), libevdev will not update the internal state of the
+ * the caller to parse events through libevdev_next_event(). If a caller does not
+ * use libevdev_next_event(), libevdev will not update the internal state of the
* device and thus returns outdated values.
*/