* dwarf2read.c (set_die_type): Fix typo in comment.
authorDoug Evans <dje@google.com>
Mon, 23 Aug 2010 21:49:26 +0000 (21:49 +0000)
committerDoug Evans <dje@google.com>
Mon, 23 Aug 2010 21:49:26 +0000 (21:49 +0000)
gdb/ChangeLog
gdb/dwarf2read.c

index 7b1adbcce89f711535d1eae710b8ec7729aca47a..9d8af7754d320fd3d932d038f524aee199aa4f99 100644 (file)
@@ -5,6 +5,7 @@
        (process_enumeration_scope): Move definition of some locals
        closer to their use.
        (read_namespace_type): Add comment.
+       (set_die_type): Fix typo in comment.
 
 2010-08-23  Tom Tromey  <tromey@redhat.com>
 
index 765a5d8e279bab9bc6abfd83fc817cb836fd205e..790d8859606d757f7bfcbe1b5406c93fb5610b1a 100644 (file)
@@ -14187,7 +14187,7 @@ offset_and_type_eq (const void *item_lhs, const void *item_rhs)
    Therefore caller should follow these rules:
      * Try to fetch any prerequisite types we may need to build this DIE type
        before building the type and calling set_die_type.
-     * After building typer call set_die_type for current DIE as soon as
+     * After building type call set_die_type for current DIE as soon as
        possible before fetching more types to complete the current type.
      * Make the type as complete as possible before fetching more types.  */