Index: c-family/c-common.h
===================================================================
--- c-family/c-common.h	(revision 161509)
+++ c-family/c-common.h	(working copy)
@@ -28,9 +28,9 @@ along with GCC; see the file COPYING3.  
 
 /* In order for the format checking to accept the C frontend
    diagnostic framework extensions, you must include this file before
-   toplev.h, not after.  The C front end formats are a subset of those
-   for C++, so they are the appropriate set to use in common code;
-   cp-tree.h overrides this for C++.  */
+   diagnostic-core.h, not after.  The C front end formats are a subset
+   of those for C++, so they are the appropriate set to use in common
+   code; cp-tree.h overrides this for C++.  */
 #ifndef GCC_DIAG_STYLE
 #define GCC_DIAG_STYLE __gcc_cdiag__
 #endif
