aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/parse.c')
-rw-r--r--src/hyper/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/parse.c b/src/hyper/parse.c
index f2282270..aa270212 100644
--- a/src/hyper/parse.c
+++ b/src/hyper/parse.c
@@ -56,7 +56,7 @@
TextNode *curr_node; /* current node being parsed. It is to be the
* next one filled */
HashTable *gLinkHashTable; /* the hash table of active link windows */
-TextNode *cur_spadcom; /* The current AXIOM command */
+TextNode *cur_spadcom; /* The current OpenAxiom command */
short int gParserMode; /* Parser mode flag */
short int gParserRegion; /* Parser Region flag scrolling etc */