]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libudev: fix typo in docstring 18797/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Feb 2021 11:46:34 +0000 (12:46 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Feb 2021 13:07:21 +0000 (14:07 +0100)
src/libudev/libudev-device.c

index 67f4b48da117a417c8f4e4f3fa511fbefcca1cbc..8091ff1d618c9aaf0eca26fd6f0ed82ddcad0675 100644 (file)
@@ -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.
  *