[llvm-branch-commits] [clang] 7f1cd78 - ReleaseNotes.rst: Fix typo "my" for "may"

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 31 00:05:14 PDT 2024


Author: Hubert Tong
Date: 2024-07-31T09:05:03+02:00
New Revision: 7f1cd7866ef858bbdb2a4238c81462a0efce5562

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

LOG: ReleaseNotes.rst: Fix typo "my" for "may"

Replace typo for "may" with "can".

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 610061406a1ec..b4ef1e9672a5d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -147,7 +147,7 @@ Clang Frontend Potentially Breaking Changes
   that ``none`` means that there is no operating system. As opposed to an unknown
   type of operating system.
 
-  This change my cause clang to not find libraries, or libraries to be built at
+  This change can cause clang to not find libraries, or libraries to be built at
   
diff erent file system locations. This can be fixed by changing your builds to
   use the new normalized triple. However, we recommend instead getting the
   normalized triple from clang itself, as this will make your builds more


        


More information about the llvm-branch-commits mailing list