mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
expression.h (enum exp_opcode): Fix a format error of a comment.
This commit is contained in:
@ -324,7 +324,7 @@ enum exp_opcode
|
||||
/* An Objective C Foundation Class NSString constant */
|
||||
OP_OBJC_NSSTRING,
|
||||
|
||||
/* A F90 array range operator. (for "exp:exp", "exp:", ":exp" and ":") */
|
||||
/* A F90 array range operator (for "exp:exp", "exp:", ":exp" and ":"). */
|
||||
OP_F90_RANGE,
|
||||
|
||||
/* First extension operator. Individual language modules define
|
||||
|
Reference in New Issue
Block a user