summaryrefslogtreecommitdiff
path: root/gdb/expression.h
diff options
context:
space:
mode:
authorWu Zhou <woodzltc@cn.ibm.com>2005-06-08 06:28:28 +0000
committerWu Zhou <woodzltc@cn.ibm.com>2005-06-08 06:28:28 +0000
commit8180b8b5f33b90ce0570ada14b8fed2e971bd967 (patch)
treeaf7539218718c521a843cb30de1fcdd52ee39c32 /gdb/expression.h
parentf51a051ca672de018a7dca127ea56c225a339097 (diff)
downloadgdb-8180b8b5f33b90ce0570ada14b8fed2e971bd967.tar.gz
<2005-06-08> Wu Zhou <woodzltc@cn.ibm.com>
* expression.h (enum exp_opcode): Fix a comment typo.
Diffstat (limited to 'gdb/expression.h')
-rw-r--r--gdb/expression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/expression.h b/gdb/expression.h
index 2b09716e907..773a73806fd 100644
--- a/gdb/expression.h
+++ b/gdb/expression.h
@@ -192,7 +192,7 @@ enum exp_opcode
/* This is EXACTLY like OP_FUNCALL but is semantically different.
In F77, array subscript expressions, substring expressions
and function calls are all exactly the same syntactically. They may
- only be dismabiguated at runtime. Thus this operator, which
+ only be disambiguated at runtime. Thus this operator, which
indicates that we have found something of the form <name> ( <stuff> ) */
OP_F77_UNDETERMINED_ARGLIST,