Fix braces.
[oota-llvm.git] / include / llvm / Type.h
index d439233d8c05d1d643c50de1a26259b5db8c9a09..d4f86f0b5c44d7f5369167d4b20125d76781acf6 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 five floating point
   /// types
   bool isFloatingPoint() const { return ID == FloatTyID || ID == DoubleTyID ||
       ID == X86_FP80TyID || ID == FP128TyID || ID == PPC_FP128TyID; }