s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 19 Jan 2010 15:51:33 +0000 (16:51 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 19 Jan 2010 15:53:11 +0000 (16:53 +0100)
source3/smbd/oplock.c

index 7ce450c1fe50ebd1f21217d0cbeaa2c2b806e15a..f3034bd739687254b1f8a88fe5fd914038278579 100644 (file)
@@ -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"));