Fix a typo 'iff' => 'if'
[oota-llvm.git] / include / llvm / ValueSymbolTable.h
index 1738cc4a7a793e2e7e8c462c710a8deece4a954b..4a9af623722143b4aa07082d0b54e9d23267eaa8 100644 (file)
@@ -70,7 +70,7 @@ public:
   /// @brief Lookup a named Value.
   Value *lookup(StringRef Name) const { return vmap.lookup(Name); }
 
-  /// @returns true iff the symbol table is empty
+  /// @returns true if the symbol table is empty
   /// @brief Determine if the symbol table is empty
   inline bool empty() const { return vmap.empty(); }