summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-06-18 01:41:14 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-06-18 01:41:14 +0200
commit0463e0bcc262c7a4709b43312f15adaaaaaa88f9 (patch)
tree7f4249b736276c0a31ae6b91493a917e7845fafd
parent309df849b8ad3772b912d498eacda9f38a6e4f1e (diff)
downloadmtdev-git-0463e0bcc262c7a4709b43312f15adaaaaaa88f9.tar.gz
janitor: fix spelling error
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--include/mtdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mtdev.h b/include/mtdev.h
index 4170512..c08248b 100644
--- a/include/mtdev.h
+++ b/include/mtdev.h
@@ -163,7 +163,7 @@ int mtdev_idle(struct mtdev *dev, int fd, int ms);
* @ev: the kernel input event to fill
*
* Fetch a kernel event from the kernel device. The read operation
- * behaves as dictated by the file descriptior; if O_NONBLOCK is not
+ * behaves as dictated by the file descriptor; if O_NONBLOCK is not
* set, the read will block until an event is available.
*
* On success, returns the number of events read. Otherwise, a standard
@@ -194,7 +194,7 @@ void mtdev_put(struct mtdev *dev, const struct input_event *ev);
* Read a maxmimum of max_events events from the device, and put them
* in the converter. If max_events is zero, all available events will
* be read. The read operation behaves as dictated by the file
- * descriptior; if O_NONBLOCK is not set, the read will block until
+ * descriptor; if O_NONBLOCK is not set, the read will block until
* max_events events are available or the buffer is full.
*
* On success, returns the number of events read. Otherwise, a standard