re PR translation/79208 (Typo in gcc/ipa-devirt.c:1631)
authorRichard Biener <rguenther@suse.de>
Tue, 24 Jan 2017 12:41:07 +0000 (12:41 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 24 Jan 2017 12:41:07 +0000 (12:41 +0000)
2017-01-24  Richard Biener  <rguenther@suse.de>

PR translation/79208
* ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.

From-SVN: r244866

gcc/ChangeLog
gcc/ipa-devirt.c

index 23cbb99adf2e2359d75cfe893bb6dfe5325a668a..016f7039141658bc448eb84ea17fa09aaab75708 100644 (file)
@@ -1,3 +1,8 @@
+2017-01-24  Richard Biener  <rguenther@suse.de>
+
+       PR translation/79208
+       * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
+
 2017-01-24  Martin Jambor  <mjambor@suse.cz>
 
        PR bootstrap/79198
index 38d5408126d005465194ba57605802358e3c4ca2..4428d679722e20bfab8f011e1a12e842421e4da1 100644 (file)
@@ -1628,7 +1628,7 @@ odr_types_equivalent_p (tree t1, tree t2, bool warn, bool *warned,
                      if (DECL_VIRTUAL_P (f1) != DECL_VIRTUAL_P (f2))
                        {
                          warn_odr (t1, t2, f1, f2, warn, warned,
-                                   G_("s definition that differs by virtual "
+                                   G_("a definition that differs by virtual "
                                       "keyword in another translation unit"));
                          return false;
                        }