diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-25 12:46:34 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-02-25 14:07:21 +0100 |
commit | 0025868cc9708aaa6cefb03960f9a6a19ea6238c (patch) | |
tree | 6aa69943a070e1aae50b036b705a352a28f9c95d /src/libudev | |
parent | shared/dissect-image: inline iterator variables (diff) | |
download | systemd-0025868cc9708aaa6cefb03960f9a6a19ea6238c.tar.xz systemd-0025868cc9708aaa6cefb03960f9a6a19ea6238c.zip |
libudev: fix typo in docstring
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/libudev-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 67f4b48da1..8091ff1d61 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. * |