소스 검색

Fixed a misleading comment.

Alex Szpakowski 10 년 전
부모
커밋
fdee6f0e30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/love.cpp

+ 1 - 1
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.
 	{