This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] gdbtypes.c (check_typedef): Tweak comment.


Hi.

fyi, I committed this.

"Empty." wasn't descriptive enough to me.

2010-12-08  Doug Evans  <dje@google.com>

	* gdbtypes.c (check_typedef): Tweak comment.

Index: gdbtypes.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtypes.c,v
retrieving revision 1.207
diff -u -p -r1.207 gdbtypes.c
--- gdbtypes.c	4 Nov 2010 20:43:23 -0000	1.207
+++ gdbtypes.c	8 Dec 2010 21:30:06 -0000
@@ -1582,7 +1582,7 @@ check_typedef (struct type *type)
 
       if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
 	{
-	  /* Empty.  */
+	  /* Nothing we can do.  */
 	}
       else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
 	       && TYPE_NFIELDS (type) == 1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]