winbind: Fix a typo
authorVolker Lendecke <vl@samba.org>
Thu, 3 May 2018 09:47:44 +0000 (11:47 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 19 Jun 2018 09:43:16 +0000 (11:43 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Jun 19 11:43:16 CEST 2018 on sn-devel-144

source3/winbindd/winbindd.c

index 34607ca653e0b6a9d66d57fb34b978352603165e..f0f0eef7bfc2f5bb8ed111072d8076d6e09bea06 100644 (file)
@@ -1027,7 +1027,7 @@ static void remove_client(struct winbindd_cli_state *state)
         * before closing the fd.
         *
         * Otherwise we might hit a race with close_conns_after_fork() (via
-        * winbindd_reinit_after_fork()) where a file description
+        * winbindd_reinit_after_fork()) where a file descriptor
         * is still open in a child, which means it's still active in
         * the parents epoll queue, but the related tevent_fd is already
         * already gone in the parent.