summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprComplex.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-01-29 06:44:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-01-29 06:44:03 +0000
commitdc8b4b059460580d79bda91a8be6edffe1f052e5 (patch)
treecf6c710a78f88c1c2ccc951939162fcc57a5ecc3 /clang/lib/CodeGen/CGExprComplex.cpp
parent74f2425b899f228fcb5c19acbf8e2598006e4878 (diff)
downloadbcm5719-llvm-dc8b4b059460580d79bda91a8be6edffe1f052e5.tar.gz
bcm5719-llvm-dc8b4b059460580d79bda91a8be6edffe1f052e5.zip
Fix typo
llvm-svn: 63281
Diffstat (limited to 'clang/lib/CodeGen/CGExprComplex.cpp')
-rw-r--r--clang/lib/CodeGen/CGExprComplex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp
index ab6dc31a93e..73fceedee5f 100644
--- a/clang/lib/CodeGen/CGExprComplex.cpp
+++ b/clang/lib/CodeGen/CGExprComplex.cpp
@@ -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);
OpenPOWER on IntegriCloud