Skip to content

Commit

Permalink
Updated a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 22, 2009
1 parent 5d4a04d commit f82845f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua_glue.c
Expand Up @@ -751,7 +751,7 @@ static int luahook_wildcardmatch(lua_State *L)


// Do a regular C strcmp(), don't let the locale get in the way like it does
// in Lua's string comparison operators.
// in Lua's string comparison operators (which uses strcoll()).
static int luahook_strcmp(lua_State *L)
{
const char *a = luaL_checkstring(L, 1);
Expand Down

0 comments on commit f82845f

Please sign in to comment.