diff options
author | Volker Lendecke <vl@samba.org> | 2010-01-19 16:51:33 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-19 16:53:11 +0100 |
commit | 41a350f17e11946f4bf44de5a6d535bc6d2feccc (patch) | |
tree | ec2ed2092cb3e761c9eb312cfba525a581ba4f62 /source3 | |
parent | 40d3408dd3fd908e1fe15ff81015ab4275b6ad74 (diff) | |
download | samba-41a350f17e11946f4bf44de5a6d535bc6d2feccc.tar.gz samba-41a350f17e11946f4bf44de5a6d535bc6d2feccc.tar.bz2 samba-41a350f17e11946f4bf44de5a6d535bc6d2feccc.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/oplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index 7ce450c1fe..f3034bd739 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -484,7 +484,7 @@ static void process_oplock_break_message(struct messaging_context *msg_ctx, fsp = initial_break_processing(msg.id, msg.share_file_id); if (fsp == NULL) { - /* a We hit race here. Break messages are sent, and before we + /* We hit a race here. Break messages are sent, and before we * get to process this message, we have closed the file. Reply * with 'ok, oplock broken' */ DEBUG(3, ("Did not find fsp\n")); |