chiark / gitweb /
udevd: print error if worker dies unexpectedly
[elogind.git] / udev / lib / libudev.h
index 207dd821a6693fec59010ed00d4165c6397d710f..63cb478b8ffcf0a9978a3206af19dd902b32fb81 100644 (file)
@@ -74,7 +74,7 @@ const char *udev_device_get_action(struct udev_device *udev_device);
 unsigned long long int udev_device_get_seqnum(struct udev_device *udev_device);
 const char *udev_device_get_sysattr_value(struct udev_device *udev_device, const char *sysattr);
 
-/* udev and kernel device events */
+/* device events */
 struct udev_monitor;
 struct udev_monitor *udev_monitor_new_from_netlink(struct udev *udev, const char *name);
 struct udev_monitor *udev_monitor_new_from_socket(struct udev *udev, const char *socket_path);