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 6c66b10 commit 454a5e6Copy full SHA for 454a5e6
llvm/include/llvm/Support/SpecialCaseList.h
@@ -212,7 +212,7 @@ class SpecialCaseList {
212
// Return name of the section, it's 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
// Return sequence number of the file where this section is defined.
0 commit comments