]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
diagnostics: fix typo in comment
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 6 Nov 2024 13:45:29 +0000 (08:45 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 6 Nov 2024 13:45:29 +0000 (08:45 -0500)
gcc/ChangeLog:
* diagnostic.h (class diagnostic_context): Fix typo in leading
comment.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/diagnostic.h

index a0056b41b2dfb8ae136cca5959089a383612660c..5b71523cf89b0c606b490430570f7de154fa90dd 100644 (file)
@@ -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)