Skip to content

Commit 7210b51

Browse files
committed
Fix typo
1 parent 5e6e49c commit 7210b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ static void emitSincosBuiltin(CodeGenFunction &CGF, const CallExpr *E,
856856
llvm::StoreInst *StoreCos =
857857
CGF.Builder.CreateStore(CosResult, CosLV.getAddress());
858858

859-
// Mark the two stores as non-aliasing with eachother. The order of stores
859+
// Mark the two stores as non-aliasing with each other. The order of stores
860860
// emitted by this builtin is arbitrary, enforcing a particular order will
861861
// prevent optimizations later on.
862862
llvm::MDBuilder MDHelper(CGF.getLLVMContext());

0 commit comments

Comments
 (0)