]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libudev: fix typo in comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 15 Aug 2016 03:22:12 +0000 (13:22 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 19 Aug 2016 01:43:58 +0000 (11:43 +1000)
src/libudev/libudev-device.c

index 995bf56586b59a766b19f29d082e34ff48eb1bad..c5f36725dc6722a95a34af3dafc6901a8d39eb52 100644 (file)
@@ -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)