We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf86a4 commit ba92a2cCopy full SHA for ba92a2c
llvm/include/llvm/Support/SpecialCaseList.h
@@ -212,7 +212,7 @@ class SpecialCaseList {
212
// Returns name of the section, its entire string in [].
213
StringRef name() const { return SectionStr; }
214
215
- // Returns true of string 'Name' matches section name interpreted as a glob.
+ // Returns true if string 'Name' matches section name interpreted as a glob.
216
LLVM_ABI bool matchName(StringRef Name) const;
217
218
// Returns sequence number of the file where this section is defined.
0 commit comments