mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Fix typo in dwarf2/stringify.h
Pedro pointed out a typo in a comment in dwarf2/stringify.h. This fixes it. gdb/ChangeLog 2021-03-31 Tom Tromey <tromey@adacore.com> * dwarf2/stringify.h: Fix typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2021-03-31 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* dwarf2/stringify.h: Fix typo.
|
||||
|
||||
2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
PR gdb/27541
|
||||
|
||||
@@ -35,7 +35,7 @@ extern const char *dwarf_bool_name (unsigned mybool);
|
||||
/* Convert a DWARF type code into its string name. */
|
||||
extern const char *dwarf_type_encoding_name (unsigned enc);
|
||||
|
||||
/* Convert a DWARF unit type into is string name. */
|
||||
/* Convert a DWARF unit type into its string name. */
|
||||
extern const char *dwarf_unit_type_name (int unit_type);
|
||||
|
||||
#endif /* GDB_DWARF2_STRINGIFY_H */
|
||||
|
||||
Reference in New Issue
Block a user