[clang] 72b0618 - [clang][docs] fix typo; NFC (#193648)

via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 23 07:21:29 PDT 2026


Author: Matthias Wippich
Date: 2026-04-23T10:21:24-04:00
New Revision: 72b061857e0bd2e517e5882633df2e24aaaa5c7c

URL: https://github.com/llvm/llvm-project/commit/72b061857e0bd2e517e5882633df2e24aaaa5c7c
DIFF: https://github.com/llvm/llvm-project/commit/72b061857e0bd2e517e5882633df2e24aaaa5c7c.diff

LOG: [clang][docs] fix typo; NFC (#193648)

Added: 
    

Modified: 
    clang/docs/InternalsManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst
index 764e7d8dddbcc..2dab979dac3e4 100644
--- a/clang/docs/InternalsManual.rst
+++ b/clang/docs/InternalsManual.rst
@@ -3613,7 +3613,7 @@ Multiple occurrences accumulate prefixes.  For example,
 
 .. _diagnostic-location:
 
-Dianogstic Location
+Diagnostic Location
 ^^^^^^^^^^^^^^^^^^^
 Indicating that a line expects an error or a warning is easy. Put a comment
 on the line that has the diagnostic, use


        


More information about the cfe-commits mailing list