libudev: fix typo in comment

This commit is contained in:
Peter Hutterer 2016-08-15 13:22:12 +10:00
parent 2ae0858e6c
commit bbb040884d

View 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)