Fix comment in field_kind
Christian pointed out that the new comment in field_kind is un-grammatical. This fixes it. gdb/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> * ui-out.h (enum class field_kind): Fix comment. Change-Id: I6608ff18e29f1af98a0ff77012afe28b3d4602f4
This commit is contained in:
parent
f69656d00f
commit
2032eb7e93
@ -1,3 +1,7 @@
|
|||||||
|
2019-12-19 Tom Tromey <tromey@adacore.com>
|
||||||
|
|
||||||
|
* ui-out.h (enum class field_kind): Fix comment.
|
||||||
|
|
||||||
2019-12-11 Tom Tromey <tromey@adacore.com>
|
2019-12-11 Tom Tromey <tromey@adacore.com>
|
||||||
|
|
||||||
* xml-support.c (xml_fetch_content_from_file): Use FOPEN_RB.
|
* xml-support.c (xml_fetch_content_from_file): Use FOPEN_RB.
|
||||||
|
@ -77,9 +77,9 @@ enum ui_out_type
|
|||||||
/* The possible kinds of fields. */
|
/* The possible kinds of fields. */
|
||||||
enum class field_kind
|
enum class field_kind
|
||||||
{
|
{
|
||||||
/* "FIELD_STRING" needs has a funny name to avoid clashes with
|
/* "FIELD_STRING" needs a funny name to avoid clashes with tokens
|
||||||
tokens named "STRING". See PR build/25250. FIELD_SIGNED is
|
named "STRING". See PR build/25250. FIELD_SIGNED is given a
|
||||||
given a similar name for consistency. */
|
similar name for consistency. */
|
||||||
FIELD_SIGNED,
|
FIELD_SIGNED,
|
||||||
FIELD_STRING,
|
FIELD_STRING,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user