From 03986744b567420a991dd051aa73db5b1c3f6c8b Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 21 Sep 2006 09:05:44 +0000 Subject: [PATCH] - fix typo in comment. --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index e8561df..e0f0018 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -1469,7 +1469,7 @@ static int mdt_req_handle(struct mdt_thread_info *info, DEBUG_REQ(D_INODE, req, "%s", h->mh_name); /* - * Not not use *_FAIL_CHECK_ONCE() macros, because they will stop + * Do not use *_FAIL_CHECK_ONCE() macros, because they will stop * correct handling of failed req later in ldlm due to doing * obd_fail_loc |= OBD_FAIL_ONCE | OBD_FAILED without actually * correct actions like it is done in target_send_reply_msg(). -- 1.8.3.1