diff options
Diffstat (limited to 'gdb/expression.h')
-rw-r--r-- | gdb/expression.h | 2 |
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, |