From: Zbigniew Jędrzejewski-Szmek Date: Thu, 25 Feb 2021 11:46:34 +0000 (+0100) Subject: libudev: fix typo in docstring X-Git-Tag: v248-rc3~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0025868cc9708aaa6cefb03960f9a6a19ea6238c;p=thirdparty%2Fsystemd.git libudev: fix typo in docstring --- diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 67f4b48da11..8091ff1d618 100644 --- a/src/libudev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -351,7 +351,7 @@ _public_ struct udev_device *udev_device_new_from_subsystem_sysname(struct udev * @udev: udev library context * * Create new udev device, and fill in information from the - * current process environment. This only works reliable if + * current process environment. This only works reliably if * the process is called from a udev rule. It is usually used * for tools executed from IMPORT= rules. *