aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-08-07 11:19:23 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-08-07 22:09:11 +0100
commitf6ec0d16a32a1799c0f67829fae3687eb75c505b (patch)
tree8327243b45322d33b6f73cb0f85a742179c9a3e6
parent5d87f71bb462ccb78dd3d9d810ea08d96869cb4b (diff)
downloadgcc-f6ec0d16a32a1799c0f67829fae3687eb75c505b.zip
gcc-f6ec0d16a32a1799c0f67829fae3687eb75c505b.tar.gz
gcc-f6ec0d16a32a1799c0f67829fae3687eb75c505b.tar.bz2
i386: Fix grammar typo in diagnostic
gcc/ChangeLog: * config/i386/i386.cc (ix86_invalid_conversion): Fix grammar.
-rw-r--r--gcc/config/i386/i386.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc
index 5086005..5d57726 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 %<short%> "
"to real %<__bf16%> since GCC V13, be careful of "
"implicit conversion between %<__bf16%> and %<short%>; "
- "a explicit bitcast may be needed here");
+ "an explicit bitcast may be needed here");
}
/* Conversion allowed. */