summaryrefslogtreecommitdiff
path: root/source3/lib/server_mutex.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-01-15 13:17:00 +0100
committerChristian Ambach <ambi@samba.org>2013-01-30 16:37:43 +0100
commitfa064140edf13c16085acf061d781fa06abfce3b (patch)
tree9c8aeebf3ad3de54b4a1a8efde09a524e91e5287 /source3/lib/server_mutex.c
parent394622ef8c916cf361f8596dba4664dc8d6bfc9e (diff)
downloadsamba-fa064140edf13c16085acf061d781fa06abfce3b.tar.gz
samba-fa064140edf13c16085acf061d781fa06abfce3b.tar.bz2
samba-fa064140edf13c16085acf061d781fa06abfce3b.zip
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/lib/server_mutex.c')
-rw-r--r--source3/lib/server_mutex.c2
1 files changed, 1 insertions, 1 deletions
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 {