From 41a350f17e11946f4bf44de5a6d535bc6d2feccc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 19 Jan 2010 16:51:33 +0100 Subject: s3: Fix a typo --- source3/smbd/oplock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/oplock.c') 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")); -- cgit