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