summaryrefslogtreecommitdiff
path: root/src/libudev
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-08-15 13:22:12 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-08-19 11:43:58 +1000
commitbbb040884dc88bcf27f7f08f0d10cb72e0e7fb4d (patch)
tree3a2b3a20b152e35a5adfb1c4e6a591ce378be140 /src/libudev
parent2ae0858e6c12018def32921e5d732395c74c4379 (diff)
downloadsystemd-bbb040884dc88bcf27f7f08f0d10cb72e0e7fb4d.tar.gz
libudev: fix typo in comment
Diffstat (limited to 'src/libudev')
-rw-r--r--src/libudev/libudev-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
index 995bf56586..c5f36725dc 100644
--- a/src/libudev/libudev-device.c
+++ b/src/libudev/libudev-device.c
@@ -495,7 +495,7 @@ _public_ struct udev_device *udev_device_get_parent_with_subsystem_devtype(struc
return NULL;
}
- /* then walk the chain of udev_device parents until the correspanding
+ /* then walk the chain of udev_device parents until the corresponding
one is found */
while ((udev_device = udev_device_get_parent(udev_device))) {
if (udev_device->device == parent)