From: Peter Hutterer Date: Mon, 15 Aug 2016 03:22:12 +0000 (+1000) Subject: libudev: fix typo in comment X-Git-Tag: v232~288^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb040884dc88bcf27f7f08f0d10cb72e0e7fb4d;p=thirdparty%2Fsystemd.git libudev: fix typo in comment --- diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 995bf56586b..c5f36725dc6 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)