Skip to content

Commit 90b4b86

Browse files
vitalybukaCopilot
andauthored
[NFC][Support] Replace "Return" with "Returns" in comments (#167395)
Fixes typos in comments in `SpecialCaseList.h`. --------- Co-authored-by: Copilot <[email protected]>
1 parent 7e04336 commit 90b4b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Support/SpecialCaseList.h

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

0 commit comments

Comments
 (0)