aboutsummaryrefslogtreecommitdiff
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
commitf2047500e5dd39598660591c6661330ba195f730 (patch)
tree8d9ecabc38f5b3a3247f98c7319d41583e5eb531 /gdb/expression.h
parentd83747fa84e7bea0475a0c7fcf000c3f91f83b61 (diff)
downloadfsf-binutils-gdb-f2047500e5dd39598660591c6661330ba195f730.zip
fsf-binutils-gdb-f2047500e5dd39598660591c6661330ba195f730.tar.gz
fsf-binutils-gdb-f2047500e5dd39598660591c6661330ba195f730.tar.bz2
<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 2b09716..773a738 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,