summaryrefslogtreecommitdiff
path: root/libudev
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-07-02 22:56:19 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-07-02 22:56:19 +0200
commit456719b6f941d917e7c9444fa6149f35a188d785 (patch)
tree6b5e3b5eea9db2971f1fd26824a701fba0b1396a /libudev
parent9fd2e7e95d9f782958becf8310eea1a11af10d35 (diff)
udevadm: test - print list of properties
Diffstat (limited to 'libudev')
-rw-r--r--libudev/libudev-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libudev/libudev-device.c b/libudev/libudev-device.c
index 951f78aa5c..7644e6c63d 100644
--- a/libudev/libudev-device.c
+++ b/libudev/libudev-device.c
@@ -961,7 +961,7 @@ unsigned long long int udev_device_get_seqnum(struct udev_device *udev_device)
* @udev_device: udev device
* @sysattr: attribute name
*
- * The retrieved value is cached in the device. Repeated reads will return the same
+ * The retrieved value is cached in the device. Repeated calls will return the same
* value and not open the attribute again.
*
* Returns: the content of a sys attribute file, or #NULL if there is no sys attribute value.