r174359 - Fix typo in comment
Arnaud A. de Grandmaison
arnaud.adegm at gmail.com
Tue Feb 5 01:06:17 PST 2013
Author: aadg
Date: Tue Feb 5 03:06:17 2013
New Revision: 174359
URL: http://llvm.org/viewvc/llvm-project?rev=174359&view=rev
Log:
Fix typo in comment
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.h
Modified: cfe/trunk/lib/CodeGen/CodeGenFunction.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenFunction.h?rev=174359&r1=174358&r2=174359&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenFunction.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenFunction.h Tue Feb 5 03:06:17 2013
@@ -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.
More information about the cfe-commits
mailing list