]> granicus.if.org Git - clang/commitdiff
Fix typo
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jan 2009 06:44:03 +0000 (06:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Jan 2009 06:44:03 +0000 (06:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63281 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExprComplex.cpp

index ab6dc31a93e593198b2cb2a3cc31a6acb6d93267..73fceedee5fe0e8c0bf2bf39359500e9a24e15ff 100644 (file)
@@ -269,7 +269,7 @@ ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val,
   SrcType = SrcType->getAsComplexType()->getElementType();
   DestType = DestType->getAsComplexType()->getElementType();
 
-  // C99 6.3.1.6: When a value of complextype is converted to another
+  // C99 6.3.1.6: When a value of complex type is converted to another
   // complex type, both the real and imaginary parts follow the conversion
   // rules for the corresponding real types.
   Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);