aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e87ddb4..d4f86f0 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 three floating point
+ /// isFloatingPoint - Return true if this is one of the five floating point
/// types
bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }