doc: fix a typo

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-06-12 08:16:12 +10:00
parent 1300c23792
commit 4d745caab4

View file

@ -807,7 +807,7 @@ int libevdev_new_from_fd(int fd, struct libevdev **dev);
* libevdev</code> is invalid and must not be used. * libevdev</code> is invalid and must not be used.
* *
* Note that calling libevdev_free() does not close the file descriptor * Note that calling libevdev_free() does not close the file descriptor
* currently asssociated with this instance. * currently associated with this instance.
* *
* @param dev The evdev device * @param dev The evdev device
* *