Skip to content

Commit 6fe3ee1

Browse files
authored
Merge pull request #58664 from eltociear/patch-33
Fix typo in OSLogOptimization.cpp
2 parents e24e8ba + 61e525e commit 6fe3ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/OSLogOptimization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static SILFunction *getStringMakeUTF8Init(SILInstruction *inst) {
136136
}
137137

138138
// A cache of string-related, SIL information that is needed to create and
139-
// initalize strings from raw string literals. This information is
139+
// initialize strings from raw string literals. This information is
140140
// extracted from instructions while they are constant evaluated. Though the
141141
// information contained here can be constructed from scratch, extracting it
142142
// from existing instructions is more efficient.

0 commit comments

Comments
 (0)