aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb-gdb.py
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-02-10 18:39:45 +0000
committerMichael Snyder <msnyder@vmware.com>2010-02-10 18:39:45 +0000
commit2fe842e549b8ded430efbbea11f10e85ad27cced (patch)
tree4493795172be0c02e5e24477122d0496adf6369a /gdb/gdb-gdb.py
parent6e13cd9778e9b90575a382b74b0063faff61f1fb (diff)
downloadbinutils-2fe842e549b8ded430efbbea11f10e85ad27cced.zip
binutils-2fe842e549b8ded430efbbea11f10e85ad27cced.tar.gz
binutils-2fe842e549b8ded430efbbea11f10e85ad27cced.tar.bz2
2010-02-10 Michael Snyder <msnyder@vmware.com>
* gdb-gdb.py: Comment fix.
Diffstat (limited to 'gdb/gdb-gdb.py')
-rw-r--r--gdb/gdb-gdb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb-gdb.py b/gdb/gdb-gdb.py
index c60389711..84e8914 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