]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/diagnostic.h
* dbxout.c: Follow spelling conventions.
[thirdparty/gcc.git] / gcc / diagnostic.h
index ff2476815925f744423655092fb1dad279dd70ca..aad9a58cbedff2a11cd852e339a06dfcc609de8d 100644 (file)
@@ -275,7 +275,7 @@ extern diagnostic_context *global_dc;
 /* Similarly, but for sorrys.  */
 #define sorrycount diagnostic_kind_count (global_dc, DK_SORRY)
 
-/* Returns non-zero if warnings should be emitted.  */
+/* Returns nonzero if warnings should be emitted.  */
 #define diagnostic_report_warnings_p()                 \
   (!inhibit_warnings                                   \
    && !(in_system_header && !warn_system_headers))