From: Volker Lendecke Date: Tue, 15 Jan 2013 12:17:00 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: tevent-0.9.18~359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa064140edf13c16085acf061d781fa06abfce3b;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Christian Ambach --- diff --git a/source3/lib/server_mutex.c b/source3/lib/server_mutex.c index 619fbd077f8..41da0a1b01a 100644 --- a/source3/lib/server_mutex.c +++ b/source3/lib/server_mutex.c @@ -29,7 +29,7 @@ may (in certain situations) cause connections to be reset, or access to be denied. - This locking allows smbd's mutlithread architecture to look + This locking allows smbd's multithread architecture to look like the single-connection that NT makes. */ struct named_mutex {