]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cppfiles.c
ChangeLog.0, [...]: Fix spelling errors.
[thirdparty/gcc.git] / gcc / cppfiles.c
index 32994f7256eab4d026064e5819cedeee9463847a..1fb357d642acee6d8dea183525841878482d07a7 100644 (file)
@@ -648,7 +648,7 @@ handle_missing_header (pfile, fname, angle_brackets)
      we can still produce correct output.  Otherwise, we can't produce
      correct output, because there may be dependencies we need inside
      the missing file, and we don't know what directory this missing
-     file exists in.  FIXME: Use a future cpp_diagnotic_with_errno ()
+     file exists in.  FIXME: Use a future cpp_diagnostic_with_errno ()
      for both of these cases.  */
   else if (CPP_PRINT_DEPS (pfile) && ! print_dep)
     cpp_warning (pfile, "%s: %s", fname, xstrerror (errno));