From fdee6f0e3025cfbd9282d4047bf72e4987edef05 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 23 Dec 2014 04:01:03 -0400 Subject: [PATCH] Fixed a misleading comment. --- src/love.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/love.cpp b/src/love.cpp index 0d7b5bc57..b5c2edaee 100644 --- a/src/love.cpp +++ b/src/love.cpp @@ -191,7 +191,7 @@ int main(int argc, char **argv) lua_pushstring(L, "love"); lua_call(L, 1, 1); // leave the returned table on the stack. - // Add love.__exe = true. + // Add love._exe = true. // This indicates that we're running the standalone version of love, and not // the library version. {