Message ID | 20210331155021.3646773-1-tromey@adacore.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
diff --git a/gdb/dwarf2/stringify.h b/gdb/dwarf2/stringify.h index d2139d91db9..81256233492 100644 --- a/gdb/dwarf2/stringify.h +++ b/gdb/dwarf2/stringify.h @@ -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 */