diff options
author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-02-05 09:06:17 +0000 |
---|---|---|
committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-02-05 09:06:17 +0000 |
commit | 49c04467eaa7a81c1a32eb4087e58cb36b1adc79 (patch) | |
tree | 1028c91ab35cf2856e2c7dfecd56c3c08f2d619c /clang/lib/CodeGen | |
parent | 9c1a027fe884c11f0302534edbc6320f8c83999d (diff) | |
download | bcm5719-llvm-49c04467eaa7a81c1a32eb4087e58cb36b1adc79.tar.gz bcm5719-llvm-49c04467eaa7a81c1a32eb4087e58cb36b1adc79.zip |
Fix typo in comment
llvm-svn: 174359
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 94faac01ad2..d43b58830bd 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -1676,7 +1676,7 @@ public: } return false; } - /// EmitAggregateCopy - Emit an aggrate assignment. + /// EmitAggregateCopy - Emit an aggregate assignment. /// /// The difference to EmitAggregateCopy is that tail padding is not copied. /// This is required for correctness when assigning non-POD structures in C++. @@ -1687,7 +1687,7 @@ public: true); } - /// EmitAggregateCopy - Emit an aggrate copy. + /// EmitAggregateCopy - Emit an aggregate copy. /// /// \param isVolatile - True iff either the source or the destination is /// volatile. |