diff options
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 { |