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:
Tom Tromey 2021-03-31 09:48:56 -06:00
parent 3f49d08059
commit 3570682a2c
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 */