Skip to content

Commit 454a5e6

Browse files
vitalybukaCopilot
andauthored
Update llvm/include/llvm/Support/SpecialCaseList.h
Co-authored-by: Copilot <[email protected]>
1 parent 6c66b10 commit 454a5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/SpecialCaseList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class SpecialCaseList {
212212
// Return name of the section, it's entire string in [].
213213
StringRef name() const { return SectionStr; }
214214

215-
// Returns true of string 'Name' matches section name interpreted as a glob.
215+
// Returns true if string 'Name' matches section name interpreted as a glob.
216216
LLVM_ABI bool matchName(StringRef Name) const;
217217

218218
// Return sequence number of the file where this section is defined.

0 commit comments

Comments
 (0)