[clang] ede9555 - [clang] Fix a typo in documentation (#143169)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 6 10:44:10 PDT 2025


Author: Kazu Hirata
Date: 2025-06-06T10:44:06-07:00
New Revision: ede9555b0f151048393623c5594295d5d1053764

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

LOG: [clang] Fix a typo in documentation (#143169)

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d118270abd445..9ab69320f0368 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -850,7 +850,7 @@ Miscellaneous Clang Crashes Fixed
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Fixed crash when ``-print-stats`` is enabled in compiling IR files. (#GH131608)
-- Fix code completion crash involving PCH serialzied templates. (#GH139019)
+- Fix code completion crash involving PCH serialized templates. (#GH139019)
 
 OpenACC Specific Changes
 ------------------------


        


More information about the cfe-commits mailing list