[YAMLParser] Fix a typo: iff -> if. NFC.
authorXing GUO <higuoxing@gmail.com>
Tue, 4 Aug 2020 04:42:09 +0000 (12:42 +0800)
committerXing GUO <higuoxing@gmail.com>
Tue, 4 Aug 2020 04:42:42 +0000 (12:42 +0800)
llvm/include/llvm/Support/YAMLParser.h

index 53009d7..44daf78 100644 (file)
@@ -222,7 +222,7 @@ public:
 
   /// Gets the value of this node as a StringRef.
   ///
-  /// \param Storage is used to store the content of the returned StringRef iff
+  /// \param Storage is used to store the content of the returned StringRef if
   ///        it requires any modification from how it appeared in the source.
   ///        This happens with escaped characters and multi-line literals.
   StringRef getValue(SmallVectorImpl<char> &Storage) const;