From ef72263f06d3958ade0548279aef69e352d693c4 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 26 Aug 2025 05:58:22 +0900 Subject: [PATCH] udev: fix grammar Follow-up for 7e50402aa367d9d8b1a72e81795984dda704dab4. --- src/udev/udev-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udev/udev-manager.c b/src/udev/udev-manager.c index c2a4650c5f..a7118055d1 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);