2010-02-10 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 10 Feb 2010 18:39:45 +0000 (18:39 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 10 Feb 2010 18:39:45 +0000 (18:39 +0000)
* gdb-gdb.py: Comment fix.

gdb/ChangeLog
gdb/gdb-gdb.py

index b169962dfefe2d042851cc2ff8e861b311cf8e6c..4c3ff5c7fd849e759415cf397de88f6fd19f9b99 100644 (file)
@@ -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.
index c603897118a190b6670e761114c3474d589ddbb4..84e89147a9e711e76c006e98a59568f520730193 100644 (file)
@@ -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
This page took 0.026886 seconds and 4 git commands to generate.