From 1d6cd6bb0f2f5875e8e4ad370cf1ff2c601cbfd4 Mon Sep 17 00:00:00 2001 From: Manikandan Selvaganesh Date: Mon, 2 Feb 2015 11:57:54 +0530 Subject: Xlators : Fixed typos Change-Id: I948f85cb369206ee8ce8b8cd5e48cae9adb971c9 BUG: 1075417 Signed-off-by: Manikandan Selvaganesh Reviewed-on: http://review.gluster.org/9529 Reviewed-by: Niels de Vos Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Humble Devassy Chirammal --- xlators/protocol/client/src/client-handshake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/protocol/client/src/client-handshake.c') diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c index 08d3d0869eb..e5b85b41e3d 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -739,7 +739,7 @@ client3_3_reopen_cbk (struct rpc_req *req, struct iovec *iov, int count, ret = 0; if (attempt_lock_recovery) { - /* Delay decrementing the reopen fd count untill all the + /* Delay decrementing the reopen fd count until all the locks corresponding to this fd are acquired.*/ gf_log (this->name, GF_LOG_DEBUG, "acquiring locks " "on %s", local->loc.path); -- cgit