Skip to content

Commit b44fc4d

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.7
1 parent 20e1a12 commit b44fc4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Support/SpecialCaseList.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)