diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-01 16:41:41 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-01 16:41:41 +0200 |
commit | b98fd8400542472bd0989a4f03358d403fb71f35 (patch) | |
tree | fc0cc4d48b81771f9eab50dfcd0574a875c6d0cb /udev/lib | |
parent | 71ac635d7747d6c1d610d0df9f57182aee3f1cdc (diff) |
libudev: fix monitor documentation
Diffstat (limited to 'udev/lib')
-rw-r--r-- | udev/lib/libudev-monitor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udev/lib/libudev-monitor.c b/udev/lib/libudev-monitor.c index 025ce7f0ef..c8f07eae8f 100644 --- a/udev/lib/libudev-monitor.c +++ b/udev/lib/libudev-monitor.c @@ -146,7 +146,7 @@ void udev_monitor_unref(struct udev_monitor *udev_monitor) * udev_monitor_get_udev: * @udev_monitor: udev monitor * - * Retrieve the udev library context the device was created with. + * Retrieve the udev library context the monitor was created with. * * Returns: the udev library context **/ @@ -177,10 +177,10 @@ int udev_monitor_get_fd(struct udev_monitor *udev_monitor) * @udev_monitor: udev monitor * * Retrieve data from the udev monitor socket, allocate a new udev - * device, and fill in the received data, and return the device. + * device, fill in the received data, and return the device. * * Only socket connections with uid=0 are accepted. The caller - * need to make sure, that there is data to read from the socket, + * needs to make sure, that there is data to read from the socket, * the call will block until the socket becomes readable. * * The initial refcount is 1, and needs to be decremented to |