From: Yu Watanabe Date: Mon, 25 Aug 2025 20:58:22 +0000 (+0900) Subject: udev: fix grammar X-Git-Tag: v258-rc4~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef72263f06d3958ade0548279aef69e352d693c4;p=thirdparty%2Fsystemd.git udev: fix grammar Follow-up for 7e50402aa367d9d8b1a72e81795984dda704dab4. --- diff --git a/src/udev/udev-manager.c b/src/udev/udev-manager.c index c2a4650c5ff..a7118055d13 100644 --- a/src/udev/udev-manager.c +++ b/src/udev/udev-manager.c @@ -304,7 +304,7 @@ void manager_exit(Manager *manager) { manager->varlink_server = sd_varlink_server_unref(manager->varlink_server); (void) manager_serialize_config(manager); - /* Disable the event source, but does not close the inotify fd here, as we may still receive + /* Disable the event source, but do not close the inotify fd here, as we may still receive * notification messages about requests to add or remove inotify watches. */ manager->inotify_event = sd_event_source_disable_unref(manager->inotify_event);