From: Jonathan Wakely Date: Mon, 7 Aug 2023 10:19:23 +0000 (+0100) Subject: i386: Fix grammar typo in diagnostic X-Git-Tag: basepoints/gcc-15~7072 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6ec0d16a32a1799c0f67829fae3687eb75c505b;p=thirdparty%2Fgcc.git i386: Fix grammar typo in diagnostic gcc/ChangeLog: * config/i386/i386.cc (ix86_invalid_conversion): Fix grammar. --- diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc index 50860050049f..5d57726e22ce 100644 --- a/gcc/config/i386/i386.cc +++ b/gcc/config/i386/i386.cc @@ -22890,7 +22890,7 @@ ix86_invalid_conversion (const_tree fromtype, const_tree totype) warning (0, "%<__bfloat16%> is redefined from typedef % " "to real %<__bf16%> since GCC V13, be careful of " "implicit conversion between %<__bf16%> and %; " - "a explicit bitcast may be needed here"); + "an explicit bitcast may be needed here"); } /* Conversion allowed. */