]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 12 Apr 2021 09:43:06 +0000 (09:43 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 19:07:01 +0000 (19:07 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Apr 19 19:07:01 UTC 2021 on sn-devel-184

lib/util/tfork.c

index 5a5d449ecf81153419ba4b61b5e5ba9fdbf3f5cb..d64c7174fbf894aa096851c6a37dd1442dda53cb 100644 (file)
@@ -612,7 +612,7 @@ static pid_t tfork_start_waiter_and_worker(struct tfork_state *state,
 
        /*
         * We're going to stay around until child2 exits, so lets close all fds
-        * other then the pipe fd we may have inherited from the caller.
+        * other than the pipe fd we may have inherited from the caller.
         *
         * Dup event_sp_waiter_fd and status_sp_waiter_fd onto fds 0 and 1 so we
         * can then call closefrom(2).