From b675270e0879c383b1f6b72d2a73525809499f50 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 23 Oct 2012 13:03:41 +0300 Subject: Fixed a comment to match the code --- src/keeper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keeper.c b/src/keeper.c index ba4b8ed..b330d67 100644 --- a/src/keeper.c +++ b/src/keeper.c @@ -533,7 +533,7 @@ char const* init_keepers( int const _nbKeepers, lua_CFunction _on_state_create) for( i = 0; i < _nbKeepers; ++ i) { - // Initialize Keeper states with bare minimum of libs (those required by 'keeper.lua') + // We need to load all base libraries in the keeper states so that the transfer databases are populated properly // // 'io' for debugging messages, 'package' because we need to require modules exporting idfuncs // the others because they export functions that we may store in a keeper for transfer between lanes -- cgit v1.2.3-55-g6feb