[cfe-commits] r91000 - /cfe/trunk/lib/CodeGen/CGCXX.cpp
Mike Stump
mrs at apple.com
Wed Dec 9 16:05:14 PST 2009
Author: mrs
Date: Wed Dec 9 18:05:14 2009
New Revision: 91000
URL: http://llvm.org/viewvc/llvm-project?rev=91000&view=rev
Log:
Fix spacing.
Modified:
cfe/trunk/lib/CodeGen/CGCXX.cpp
Modified: cfe/trunk/lib/CodeGen/CGCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCXX.cpp?rev=91000&r1=90999&r2=91000&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCXX.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCXX.cpp Wed Dec 9 18:05:14 2009
@@ -520,7 +520,7 @@
// C++ [class.temporary]p4:
// There are two contexts in which temporaries are destroyed at a different
- // point than the end of the full- expression. The first context is when a
+ // point than the end of the full-expression. The first context is when a
// default constructor is called to initialize an element of an array.
// If the constructor has one or more default arguments, the destruction of
// every temporary created in a default argument expression is sequenced
More information about the cfe-commits
mailing list