]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
<2005-06-08> Wu Zhou <woodzltc@cn.ibm.com>
authorWu Zhou <woodzltc@cn.ibm.com>
Wed, 8 Jun 2005 06:28:28 +0000 (06:28 +0000)
committerWu Zhou <woodzltc@cn.ibm.com>
Wed, 8 Jun 2005 06:28:28 +0000 (06:28 +0000)
* expression.h (enum exp_opcode): Fix a comment typo.

gdb/expression.h

index 2b09716e90734b1eb4af99faed7f2a7e2f31a43e..773a73806fd8c631a49be354e2218bd89017a4df 100644 (file)
@@ -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,