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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 13:30:27 PST 2025


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

Yeah I noticed, that. Seems like it's updated everywhere it's used.

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


More information about the llvm-commits mailing list