aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-05 22:23:28 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-05 22:23:28 +0000
commitad04aa371c55cb2f88849988a1878a4d7b8f7d6e (patch)
treefbb01c38454effcf86f4374ac26fc57720be825e
parentaa49d6ce63fbb1f6b28940116eac06f41f1575c4 (diff)
downloadexternal_llvm-ad04aa371c55cb2f88849988a1878a4d7b8f7d6e.zip
external_llvm-ad04aa371c55cb2f88849988a1878a4d7b8f7d6e.tar.gz
external_llvm-ad04aa371c55cb2f88849988a1878a4d7b8f7d6e.tar.bz2
There are *four* lights!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74804 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index d439233..e87ddb4 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -191,7 +191,7 @@ public:
///
bool isIntOrIntVector() const;
- /// isFloatingPoint - Return true if this is one of the two floating point
+ /// isFloatingPoint - Return true if this is one of the three floating point
/// types
bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }