[llvm] 944b6f8 - [llvm][NFC] Fix typo in ReleaseNotes

Richard Dzenis via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 23 03:38:41 PST 2024


Author: Richard Dzenis
Date: 2024-12-23T13:37:00+02:00
New Revision: 944b6f8523677abb7f98556869d290f926d2dc62

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

LOG: [llvm][NFC] Fix typo in ReleaseNotes

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.md

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index 2835ace34bff83..cc0e21d6c40368 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -353,7 +353,7 @@ Changes to the LLVM tools
 Changes to LLDB
 ---------------------------------
 
-* LLDB now now supports inline diagnostics for the expression evaluator and command line parser.
+* LLDB now supports inline diagnostics for the expression evaluator and command line parser.
 
   Old:
   ```


        


More information about the llvm-commits mailing list