diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
commit | 2c4555ad1b6e60c79318350fa54cca78e2288967 (patch) | |
tree | ca629cdbb56735a8869001304d07119be5d22548 /clang/lib/CodeGen/CGCall.cpp | |
parent | 6708c4a1767d44a4d25938b07f8f144a906fb411 (diff) | |
download | bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.tar.gz bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.zip |
Fix "the the" in comments/documentation/etc.
llvm-svn: 240110
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index 6903073266e..58ef171df0d 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -2610,7 +2610,7 @@ static void emitWritebackArg(CodeGenFunction &CGF, CallArgList &args, LValue srcLV; // Make an optimistic effort to emit the address as an l-value. - // This can fail if the the argument expression is more complicated. + // This can fail if the argument expression is more complicated. if (const Expr *lvExpr = maybeGetUnaryAddrOfOperand(CRE->getSubExpr())) { srcLV = CGF.EmitLValue(lvExpr); |