From: David Malcolm Date: Wed, 6 Nov 2024 13:45:29 +0000 (-0500) Subject: diagnostics: fix typo in comment X-Git-Tag: basepoints/gcc-16~4571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f4977ee545ab81906dcdcc6e44b7d6ca1404652;p=thirdparty%2Fgcc.git diagnostics: fix typo in comment gcc/ChangeLog: * diagnostic.h (class diagnostic_context): Fix typo in leading comment. Signed-off-by: David Malcolm --- diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index a0056b41b2df..5b71523cf89b 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -483,7 +483,7 @@ struct diagnostic_counters - being a central place for clients to report diagnostics - reporting those diagnostics to zero or more output sinks (e.g. text vs SARIF) - - proving a "dump" member function for a debug dump of the state of + - providing a "dump" member function for a debug dump of the state of the diagnostics subsytem - direct vs buffered diagnostics (see class diagnostic_buffer) - tracking the original argv of the program (for SARIF output)