diff options
author | Volker Lendecke <vl@samba.org> | 2013-01-15 13:17:00 +0100 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2013-01-30 16:37:43 +0100 |
commit | fa064140edf13c16085acf061d781fa06abfce3b (patch) | |
tree | 9c8aeebf3ad3de54b4a1a8efde09a524e91e5287 /source3 | |
parent | 394622ef8c916cf361f8596dba4664dc8d6bfc9e (diff) | |
download | samba-fa064140edf13c16085acf061d781fa06abfce3b.tar.gz samba-fa064140edf13c16085acf061d781fa06abfce3b.tar.xz 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')
-rw-r--r-- | source3/lib/server_mutex.c | 2 |
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 { |