From: Volker Lendecke Date: Mon, 12 Apr 2021 09:43:06 +0000 (+0000) Subject: lib: Fix a typo X-Git-Tag: tevent-0.11.0~1077 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62782a1482c6bb2a7eed50d20572b1f3641979f8;p=thirdparty%2Fsamba.git lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Mon Apr 19 19:07:01 UTC 2021 on sn-devel-184 --- diff --git a/lib/util/tfork.c b/lib/util/tfork.c index 5a5d449ecf8..d64c7174fbf 100644 --- a/lib/util/tfork.c +++ b/lib/util/tfork.c @@ -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).