From: Yu Watanabe Date: Mon, 25 Aug 2025 19:48:42 +0000 (+0900) Subject: udev: fix typo X-Git-Tag: v258-rc4~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f78a48239346f1f83c055fc9488cfddd8eb6b2aa;p=thirdparty%2Fsystemd.git udev: fix typo Follow-up for 32333754ae9a0352cd1850d2071e8c7676bc810d. --- diff --git a/src/udev/udev-manager.c b/src/udev/udev-manager.c index bdde7ad6c15..c2a4650c5ff 100644 --- a/src/udev/udev-manager.c +++ b/src/udev/udev-manager.c @@ -310,7 +310,7 @@ void manager_exit(Manager *manager) { /* Disable the device monitor but do not free device monitor, as it may be used when a worker failed, * and the manager needs to broadcast the kernel event assigned to the worker to libudev listeners. - * Note, hwere we cannot use sd_device_monitor_stop(), as it changes the multicast group of the socket. */ + * Note, here we cannot use sd_device_monitor_stop(), as it changes the multicast group of the socket. */ (void) sd_event_source_set_enabled(sd_device_monitor_get_event_source(manager->monitor), SD_EVENT_OFF); (void) sd_device_monitor_detach_event(manager->monitor);