File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,13 +209,13 @@ class SpecialCaseList {
209209
210210 Section (Section &&) = default;
211211
212- // Return name of the section, its entire string in [].
212+ // Returns name of the section, it's entire string in [].
213213 StringRef name () const { return SectionStr; }
214214
215- // Returns true if string 'Name' matches section name interpreted as a glob.
215+ // Returns true of string 'Name' matches section name interpreted as a glob.
216216 LLVM_ABI bool matchName (StringRef Name) const ;
217217
218- // Return sequence number of the file where this section is defined.
218+ // Returns sequence number of the file where this section is defined.
219219 unsigned fileIndex () const { return FileIdx; }
220220
221221 // Helper method to search by Prefix, Query, and Category. Returns
You can’t perform that action at this time.
0 commit comments