diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2008-10-26 14:48:48 +0000 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-26 15:55:47 +0100 |
commit | be7de4097af70515783cd0030f5e7a7a89bbadc8 (patch) | |
tree | 2cb87924cc4d15c4be3c48931562a5923907e749 /udev/lib/libudev.c | |
parent | 427e20b261b056cf781af75ff60f067714b750bb (diff) |
kerneldoc comment fixes
s/ressources/resources/
Also reduce commas per sentence and add a possessive apostrophe.
Diffstat (limited to 'udev/lib/libudev.c')
-rw-r--r-- | udev/lib/libudev.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udev/lib/libudev.c b/udev/lib/libudev.c index fcb784580b..e26e8b132d 100644 --- a/udev/lib/libudev.c +++ b/udev/lib/libudev.c @@ -85,7 +85,7 @@ void udev_set_userdata(struct udev *udev, void *userdata) * Create udev library context. * * The initial refcount is 1, and needs to be decremented to - * release the ressources of the udev library context. + * release the resources of the udev library context. * * Returns: a new udev library context **/ @@ -267,7 +267,7 @@ struct udev *udev_ref(struct udev *udev) * @udev: udev library context * * Drop a reference of the udev library context. If the refcount - * reaches zero, the ressources of the context will be released. + * reaches zero, the resources of the context will be released. * **/ void udev_unref(struct udev *udev) @@ -290,9 +290,9 @@ void udev_unref(struct udev *udev) * @udev: udev library context * @log_fn: function to be called for logging messages * - * The built-in logging, which writes to stderr, it can be + * The built-in logging writes to stderr. It can be * overridden by a custom function, to plug log messages - * into the users logging functionality. + * into the users' logging functionality. * **/ void udev_set_log_fn(struct udev *udev, |