From 5f37134e64aec3a0414a41c11d6b055c667369d1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 22 Feb 2001 15:59:59 -0300 Subject: avoid '...' and "..." inside comments --- ltm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ltm.c') diff --git a/ltm.c b/ltm.c index 48f353f1..43bdc0f8 100644 --- a/ltm.c +++ b/ltm.c @@ -1,5 +1,5 @@ /* -** $Id: ltm.c,v 1.66 2001/02/09 20:22:29 roberto Exp roberto $ +** $Id: ltm.c,v 1.67 2001/02/20 18:15:33 roberto Exp roberto $ ** Tag methods ** See Copyright Notice in lua.h */ @@ -50,7 +50,7 @@ static int luaI_checkevent (lua_State *L, const char *name, int t) { /* events in LUA_TNIL are all allowed, since this is used as a -* 'placeholder' for "default" fallbacks +* `placeholder' for default fallbacks */ /* ORDER LUA_T, ORDER TM */ static const lu_byte luaT_validevents[NUM_TAGS][TM_N] = { -- cgit v1.2.3-55-g6feb