There are *four* lights!
authorNick Lewycky <nicholas@mxc.ca>
Sun, 5 Jul 2009 22:23:28 +0000 (22:23 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 5 Jul 2009 22:23:28 +0000 (22:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74804 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index d439233d8c05d1d643c50de1a26259b5db8c9a09..e87ddb4e1d68e46204dc1040397d9e87c4facef1 100644 (file)
@@ -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; }