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 454a5e6 commit e14e851Copy full SHA for e14e851
llvm/include/llvm/Support/SpecialCaseList.h
@@ -209,7 +209,7 @@ class SpecialCaseList {
209
210
Section(Section &&) = default;
211
212
- // Return name of the section, it's entire string in [].
+ // Return name of the section, its entire string in [].
213
StringRef name() const { return SectionStr; }
214
215
// Returns true if string 'Name' matches section name interpreted as a glob.
0 commit comments