diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-07-10 14:48:23 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-11 16:18:43 +0200 |
commit | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/libudev/libudev-device.c | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) |
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/libudev/libudev-device.c')
-rw-r--r-- | src/libudev/libudev-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 814e016800..995bf56586 100644 --- a/src/libudev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -619,7 +619,7 @@ _public_ const char *udev_device_get_syspath(struct udev_device *udev_device) * * Get the kernel device name in /sys. * - * Returns: the name string of the device device + * Returns: the name string of the device **/ _public_ const char *udev_device_get_sysname(struct udev_device *udev_device) { |