From c3e308a89cc880badddebbeecec0d240f2728b6d Mon Sep 17 00:00:00 2001 From: Wu Zhou Date: Tue, 20 Sep 2005 06:31:59 +0000 Subject: expression.h (enum exp_opcode): Fix a format error of a comment. --- gdb/expression.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/expression.h') diff --git a/gdb/expression.h b/gdb/expression.h index 4cb3438..0c60aaf 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -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 -- cgit v1.1