summaryrefslogtreecommitdiff
path: root/src/ltm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltm.h')
-rw-r--r--src/ltm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ltm.h b/src/ltm.h
index 1fd756ae..180179ce 100644
--- a/src/ltm.h
+++ b/src/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.20 2014/06/10 18:53:18 roberto Exp $
+** $Id: ltm.h,v 2.21 2014/10/25 11:50:46 roberto Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
@@ -21,7 +21,7 @@ typedef enum {
TM_GC,
TM_MODE,
TM_LEN,
- TM_EQ, /* last tag method with `fast' access */
+ TM_EQ, /* last tag method with fast access */
TM_ADD,
TM_SUB,
TM_MUL,