Skip to content

Commit ba92a2c

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

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
// Returns name of the section, its 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
// Returns sequence number of the file where this section is defined.

0 commit comments

Comments
 (0)