Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / VMCore / Type.cpp
index 1a7a650989b405e4b903e20e165e7bac6a67f052..3ef47277a1166a6a3fac2d013955468248994392 100644 (file)
@@ -170,7 +170,7 @@ int Type::getFPMantissaWidth() const {
 }
 
 /// 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 Type::isSizedDerivedType() const {
   if (this->isIntegerTy())