Skip to content

Commit e14e851

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

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
@@ -209,7 +209,7 @@ class SpecialCaseList {
209209

210210
Section(Section &&) = default;
211211

212-
// Return name of the section, it's entire string in [].
212+
// Return name of the section, its entire string in [].
213213
StringRef name() const { return SectionStr; }
214214

215215
// Returns true if string 'Name' matches section name interpreted as a glob.

0 commit comments

Comments
 (0)