(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>
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. */