summaryrefslogtreecommitdiff
path: root/udev/lib/libudev-device.c
diff options
context:
space:
mode:
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>2008-10-26 14:48:48 +0000
committerKay Sievers <kay.sievers@vrfy.org>2008-10-26 15:55:47 +0100
commitbe7de4097af70515783cd0030f5e7a7a89bbadc8 (patch)
tree2cb87924cc4d15c4be3c48931562a5923907e749 /udev/lib/libudev-device.c
parent427e20b261b056cf781af75ff60f067714b750bb (diff)
kerneldoc comment fixes
s/ressources/resources/ Also reduce commas per sentence and add a possessive apostrophe.
Diffstat (limited to 'udev/lib/libudev-device.c')
-rw-r--r--udev/lib/libudev-device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/lib/libudev-device.c b/udev/lib/libudev-device.c
index 11a6037d1b..3f8ee1071c 100644
--- a/udev/lib/libudev-device.c
+++ b/udev/lib/libudev-device.c
@@ -266,7 +266,7 @@ struct udev_device *device_new(struct udev *udev)
* path to the device, including the sys mount point.
*
* The initial refcount is 1, and needs to be decremented to
- * release the ressources of the udev device.
+ * release the resources of the udev device.
*
* Returns: a new udev device, or #NULL, if it does not exist
**/
@@ -587,7 +587,7 @@ struct udev_device *udev_device_ref(struct udev_device *udev_device)
* @udev_device: udev device
*
* Drop a reference of a udev device. If the refcount reaches zero,
- * the ressources of the device will be released.
+ * the resources of the device will be released.
*
**/
void udev_device_unref(struct udev_device *udev_device)