Fix a typo 'iff' => 'if'
[oota-llvm.git] / include / llvm / Type.h
index 185258d8ff2afcd27d0b1d690d2d5f3fb4d7c6e0..4f08c4bbcd7d2337537476c9e7682bb62d23ff46 100644 (file)
@@ -398,7 +398,7 @@ public:
 
 private:
   /// isSizedDerivedType - Derived types like structures and arrays are sized
-  /// iff all of the members of the type are sized as well.  Since asking for
+  /// if all of the members of the type are sized as well.  Since asking for
   /// their size is relatively uncommon, move this operation out of line.
   bool isSizedDerivedType() const;
 };