Message ID | 20241106134959.3073316-1-dmalcolm@redhat.com |
---|---|
State | New |
Headers | show |
Series | [pushed:,r15-4982] diagnostics: fix typo in comment | expand |
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)
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r15-4982-g6f4977ee545ab8. gcc/ChangeLog: * diagnostic.h (class diagnostic_context): Fix typo in leading comment. Signed-off-by: David Malcolm <dmalcolm@redhat.com> --- gcc/diagnostic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)