Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
index f706cac8d36cef6219aff3454c98471069b767aa..a2a98251c4d7bd1ee0f14892b27109eaace1ff5d 100644 (file)
@@ -289,7 +289,7 @@ size_t StringTable::size() const {
   return Data.size();
 }
 
-/// Add String to the table iff it is not already there.
+/// Add String to the table if it is not already there.
 /// @returns the index into the string table where the string is now located.
 size_t StringTable::insert(llvm::StringRef String) {
   map::iterator i = Map.find(String);