From 0463e0bcc262c7a4709b43312f15adaaaaaa88f9 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Fri, 18 Jun 2010 01:41:14 +0200 Subject: janitor: fix spelling error Signed-off-by: Henrik Rydberg --- include/mtdev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/mtdev.h') 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 -- cgit v1.2.3