]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/dbgcnt.c
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
[thirdparty/gcc.git] / gcc / dbgcnt.c
index 23d35124a17bfd167cd18a01bf986df43455595d..a81fe7f56eed81962432e4dedb21871cb373bc4f 100644 (file)
@@ -133,7 +133,7 @@ dbg_cnt_process_opt (const char *arg)
      {
        char *buffer = XALLOCAVEC (char, arg - start + 2);
        sprintf (buffer, "%*c", (int)(1 + (arg - start)), '^');
-       error ("Can not find a valid counter:value pair:");
+       error ("cannot find a valid counter:value pair:");
        error ("-fdbg-cnt=%s", start);
        error ("          %s", buffer);
      }