From 0ef0edcad1cd8587fbb50f18ad2e4427f93f3183 Mon Sep 17 00:00:00 2001
From: Alexandr <a.lyapunov@corp.mail.ru>
Date: Wed, 20 Aug 2014 17:43:47 +0400
Subject: [PATCH] fixed comment

---
 src/box/lua/index.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/box/lua/index.cc b/src/box/lua/index.cc
index 16efa9f966..543647fadf 100644
--- a/src/box/lua/index.cc
+++ b/src/box/lua/index.cc
@@ -117,7 +117,7 @@ boxffi_iterator_next(struct iterator *itr)
 				return NULL;
 			itr->sc_version = sc_version;
 		} catch (Exception *) {
-			/* will be hanled by box.error() in Lua */
+			/* space or index does not exist, nothing to fetch */
 			return NULL;
 		}
 	}
-- 
GitLab