summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-02-10 18:39:44 +0000
committerMichael Snyder <msnyder@specifix.com>2010-02-10 18:39:44 +0000
commit7fb0737847d9e332a397f69b8ab425bf9ef13209 (patch)
treea8a248c561643ff27eedbd493815e9166dd85bcd
parentc754b51a9f660fb232ceae61b770a7486ff9083e (diff)
downloadgdb-7fb0737847d9e332a397f69b8ab425bf9ef13209.tar.gz
2010-02-10 Michael Snyder <msnyder@vmware.com>
* gdb-gdb.py: Comment fix.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdb-gdb.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b169962dfef..4c3ff5c7fd8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-10 Michael Snyder <msnyder@vmware.com>
+
+ * gdb-gdb.py: Comment fix.
+
2010-02-09 Tristan Gingold <gingold@adacore.com>
* machoread.c (macho_symfile_relocate): New function.
diff --git a/gdb/gdb-gdb.py b/gdb/gdb-gdb.py
index c603897118a..84e89147a9e 100644
--- a/gdb/gdb-gdb.py
+++ b/gdb/gdb-gdb.py
@@ -23,8 +23,8 @@ class TypeFlag:
and its value.
In the GDB sources, struct type has a component called instance_flags
- whose the value is the addition of various flags. These flags are
- defined by two emumerates: type_flag_value, and type_instance_flag_value.
+ in which the value is the addition of various flags. These flags are
+ defined by two enumerates: type_flag_value, and type_instance_flag_value.
This class helps us recreate a list with all these flags that is
easy to manipulate and sort. Because all flag names start with either
TYPE_FLAG_ or TYPE_INSTANCE_FLAG_, a short_name attribute is provided