Fix comment in field_kind
[deliverable/binutils-gdb.git] / gdb / ui-out.h
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.023116 seconds and 4 git commands to generate.