From fa064140edf13c16085acf061d781fa06abfce3b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 15 Jan 2013 13:17:00 +0100 Subject: smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Christian Ambach --- source3/lib/server_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/server_mutex.c b/source3/lib/server_mutex.c index 619fbd077f..41da0a1b01 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 { -- cgit