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 <[email protected]>
---
gcc/diagnostic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
2.26.3