* gcov.c (find_source): Fix miswording in error message.
* config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
(ix86_expand_sse_comi_round): Fix typo in error message.
From-SVN: r222007
+2015-04-11 Benno Schulenberg <bensberg@justemail.net>
+
+ * gcov.c (find_source): Fix miswording in error message.
+ * config/i386/i386.c (ix86_handle_cconv_attribute): Likewise.
+ (ix86_expand_sse_comi_round): Fix typo in error message.
+
2015-04-11 Gerald Pfeifer <gerald@pfeifer.com>
* doc/contrib.texi (Contributors): Add Laurynas Biveinis.
else if (is_attribute_p ("thiscall", name))
{
if (TREE_CODE (*node) != METHOD_TYPE && pedantic)
- warning (OPT_Wattributes, "%qE attribute is used for none class-method",
+ warning (OPT_Wattributes, "%qE attribute is used for non-class method",
name);
if (lookup_attribute ("stdcall", TYPE_ATTRIBUTES (*node)))
{
}
if (INTVAL (op2) < 0 || INTVAL (op2) >= 32)
{
- error ("incorect comparison mode");
+ error ("incorrect comparison mode");
return const0_rtx;
}
if (!info_emitted)
{
fnotice (stderr,
- "(the message is only displayed one per source file)\n");
+ "(the message is displayed only once per source file)\n");
info_emitted = 1;
}
sources[idx].file_time = 0;