From: Xing GUO Date: Tue, 4 Aug 2020 04:42:09 +0000 (+0800) Subject: [YAMLParser] Fix a typo: iff -> if. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25abd1994ed209c1bf4139946a42e36a42143a85;p=platform%2Fupstream%2Fllvm.git [YAMLParser] Fix a typo: iff -> if. NFC. --- diff --git a/llvm/include/llvm/Support/YAMLParser.h b/llvm/include/llvm/Support/YAMLParser.h index 53009d7..44daf78 100644 --- a/llvm/include/llvm/Support/YAMLParser.h +++ b/llvm/include/llvm/Support/YAMLParser.h @@ -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 &Storage) const;