Fixed some poor grammar in a comment.

This commit is contained in:
batrick 2008-07-29 05:12:34 +00:00
parent 909b47f492
commit e74d43097d

View file

@ -117,7 +117,7 @@ size_t table_length (lua_State *L, int index)
/* int escape_char (lua_State *L)
*
* This function is called via Lua through string.gsub. It's purpose is to
* This function is called via Lua through string.gsub. Its purpose is to
* escape characters. So the first sole character is changed to "\xFF" (hex).
*/
static int escape_char (lua_State *L)