aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r--gdb/ui-out.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index c3ef8a5..a176e0e 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -77,9 +77,9 @@ enum ui_out_type
/* The possible kinds of fields. */
enum class field_kind
{
- /* "FIELD_STRING" needs has a funny name to avoid clashes with
- tokens named "STRING". See PR build/25250. FIELD_SIGNED is
- given a similar name for consistency. */
+ /* "FIELD_STRING" needs a funny name to avoid clashes with tokens
+ named "STRING". See PR build/25250. FIELD_SIGNED is given a
+ similar name for consistency. */
FIELD_SIGNED,
FIELD_STRING,
};