https://gcc.gnu.org/g:6f4977ee545ab81906dcdcc6e44b7d6ca1404652

commit r15-4982-g6f4977ee545ab81906dcdcc6e44b7d6ca1404652
Author: David Malcolm <dmalc...@redhat.com>
Date:   Wed Nov 6 08:45:29 2024 -0500

    diagnostics: fix typo in comment
    
    gcc/ChangeLog:
            * diagnostic.h (class diagnostic_context): Fix typo in leading
            comment.
    
    Signed-off-by: David Malcolm <dmalc...@redhat.com>

Diff:
---
 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)

Reply via email to