Skip to content

Commit

Permalink
Correct wrong comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Aug 4, 2013
1 parent f9499ec commit 772a898
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/object_rep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ namespace luabind { namespace detail

LUABIND_API void push_instance_metatable(lua_State* L)
{
// One sequence entry for the tag, 3 non-sequence entries for
// __gc, __index and __newindex and one more for each operator.
// One sequence entry for the tag, 4 non-sequence entries for
// __gc, __index, __newindex and __metatable and
// one more for each operator.
lua_createtable(L, 1, 4 + number_of_operators);

// This is used as a tag to determine if a userdata is a luabind
Expand Down

0 comments on commit 772a898

Please sign in to comment.