summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-09-24 12:06:10 +0200
committerAndras Timar <atimar@suse.com>2012-09-24 12:06:48 +0200
commit13148009769be7619bdd34b2ce56e6fbfb65c809 (patch)
tree6f0c0cf0dc5a4be2474950621fcc2554407a49ba /l10ntools/inc
parent0df1e4a80e868c0f27f848ff12251488c1a313ef (diff)
typo: COMMEND->COMMENT
Change-Id: I1bac574d44b1fbbdd2cde41ba1af033e952d811a
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/tokens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h
index 1d035a7ddef7..694bead2dd10 100644
--- a/l10ntools/inc/tokens.h
+++ b/l10ntools/inc/tokens.h
@@ -26,7 +26,7 @@
/*------------------------------------------------------ */
/*------------------------------------------------------ */
#define IGNOREDTOKENS 400 /* #include | #pragma | //... | ... */
-#define COMMEND 401 /*... */
+#define COMMENT 401 /*... */
#define DEFINEDRES 402 /* Text = { */
#define ANYTOKEN 404 /* XYZ */
#define UNKNOWNTOKEN 405 /* XYZ[ \t]$ */