[clang] [clang] Fix a typo in documentation (PR #143169)
Kazu Hirata via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 09:32:07 PDT 2025
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/143169
None
>From f684fdd113e2a0bcd6f34db11d839dccb540ff67 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Fri, 6 Jun 2025 09:30:46 -0700
Subject: [PATCH] [clang] Fix a typo in documentation
---
clang/docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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