From: yury Date: Thu, 21 Sep 2006 09:05:44 +0000 (+0000) Subject: - fix typo in comment. X-Git-Tag: v1_8_0_110~486^2~882 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=03986744b567420a991dd051aa73db5b1c3f6c8b;p=fs%2Flustre-release.git - fix typo in comment. --- 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().