Skip to content

Commit 5da0f4f

Browse files
[gardening] Fix recently introduced typo: "foward" → "forward"
1 parent 356b843 commit 5da0f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseSIL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace swift {
4242
/// the location for where the reference is.
4343
llvm::DenseMap<Identifier,
4444
std::pair<SILFunction*, SourceLoc>> ForwardRefFns;
45-
/// A list of all functions foward-declared by a sil_scope.
45+
/// A list of all functions forward-declared by a sil_scope.
4646
std::vector<SILFunction *> PotentialZombieFns;
4747

4848
/// A map from textual .sil scope number to SILDebugScopes.

0 commit comments

Comments
 (0)