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