mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
libudev: fix typo in comment
This commit is contained in:
parent
2ae0858e6c
commit
bbb040884d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user