[llvm] [offload] Fix typos discovered by codespell (PR #125119)

Christian Clauss via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 13:30:03 PST 2025


================
@@ -22,7 +22,7 @@ namespace atomic {
 
 enum OrderingTy {
   relaxed = __ATOMIC_RELAXED,
-  aquire = __ATOMIC_ACQUIRE,
+  acquire = __ATOMIC_ACQUIRE,
----------------
cclauss wrote:

Code change.  Careful review, please.  The left-hand side is misspelled but the right-hand side is spelled correctly.

Similar changes are made below in other files in this codebase.  It could be a problem if code OUTSIDE the `offload` directory were built on the same misspelling.



https://github.com/llvm/llvm-project/pull/125119


More information about the llvm-commits mailing list