]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: fix grammar
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Aug 2025 20:58:22 +0000 (05:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Aug 2025 21:00:03 +0000 (06:00 +0900)
Follow-up for 7e50402aa367d9d8b1a72e81795984dda704dab4.

src/udev/udev-manager.c

index c2a4650c5ff3b473b5a81f07864b0c08154dbd02..a7118055d13afa258442ec12a6d13cd14102ad6e 100644 (file)
@@ -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);