We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356b843 commit 5da0f4fCopy full SHA for 5da0f4f
lib/Parse/ParseSIL.cpp
@@ -42,7 +42,7 @@ namespace swift {
42
/// the location for where the reference is.
43
llvm::DenseMap<Identifier,
44
std::pair<SILFunction*, SourceLoc>> ForwardRefFns;
45
- /// A list of all functions foward-declared by a sil_scope.
+ /// A list of all functions forward-declared by a sil_scope.
46
std::vector<SILFunction *> PotentialZombieFns;
47
48
/// A map from textual .sil scope number to SILDebugScopes.
0 commit comments