Fix comment in field_kind
authorTom Tromey <tromey@adacore.com>
Thu, 19 Dec 2019 18:12:29 +0000 (11:12 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 19 Dec 2019 18:12:29 +0000 (11:12 -0700)
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

gdb/ChangeLog
gdb/ui-out.h

index 532dc6373af9fd0ad00276e93c3a31d1385b0555..aad9c632bbdea6090f6e514e14f8af0722f4b1a0 100644 (file)
@@ -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>
 
        * xml-support.c (xml_fetch_content_from_file): Use FOPEN_RB.
index c3ef8a57006a77a4717b12c20792bf25def6f35d..a176e0e797052547437840dd6b0d7efce6a154f1 100644 (file)
@@ -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,
   };
This page took 0.02963 seconds and 4 git commands to generate.