Fix spacing.

llvm-svn: 91000
This commit is contained in:
Mike Stump 2009-12-10 00:05:14 +00:00
parent 3ddf804f78
commit 2600491817
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *D,
// 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