]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/ada/misc.c
builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as appropriate.
[gcc.git] / gcc / ada / misc.c
index f74626ad4ed109c27daa1e21a6ee8cd3a62aaaea..7f77df3e3a8f75e995a1fa19b35bf8006b94e192 100644 (file)
@@ -296,7 +296,7 @@ gnat_handle_option (size_t scode, const char *arg, int value ATTRIBUTE_UNUSED)
       break;
 
     case OPT_gant:
-      warning ("`-gnat' misspelled as `-gant'");
+      warning ("%<-gnat%> misspelled as %<-gant%>");
 
       /* ... fall through ... */
 
This page took 0.031192 seconds and 5 git commands to generate.