From: Wu Zhou Date: Wed, 8 Jun 2005 06:28:28 +0000 (+0000) Subject: <2005-06-08> Wu Zhou X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f2047500e5dd39598660591c6661330ba195f730;p=deliverable%2Fbinutils-gdb.git <2005-06-08> Wu Zhou * expression.h (enum exp_opcode): Fix a comment typo. --- diff --git a/gdb/expression.h b/gdb/expression.h index 2b09716e90..773a73806f 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 ( ) */ OP_F77_UNDETERMINED_ARGLIST,