X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fui-out.h;h=a176e0e797052547437840dd6b0d7efce6a154f1;hb=2032eb7e934e65ab071f2a6ee8ce92327715d01d;hp=c3ef8a57006a77a4717b12c20792bf25def6f35d;hpb=f69656d00fe3154519ea21668d964bf8cc50c01b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ui-out.h b/gdb/ui-out.h index c3ef8a5700..a176e0e797 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, };