Skip to content

Commit fff94ad

Browse files
committed
Fix comment of escape and noescape witness tables
1 parent a9fa8c9 commit fff94ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/KnownMetadata.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ namespace {
148148
};
149149
} // end anonymous namespace
150150

151-
/// The basic value-witness table for @noescape function types.
151+
/// The basic value-witness table for escaping function types.
152152
const ExtraInhabitantsValueWitnessTable
153153
swift::VALUE_WITNESS_SYM(FUNCTION_MANGLING) =
154154
ValueWitnessTableForBox<ThickFunctionBox>::table;
155155

156-
/// The basic value-witness table for escaping function types.
156+
/// The basic value-witness table for @noescape function types.
157157
const ExtraInhabitantsValueWitnessTable
158158
swift::VALUE_WITNESS_SYM(NOESCAPE_FUNCTION_MANGLING) =
159159
ValueWitnessTableForBox<TrivialThickFunctionBox>::table;

0 commit comments

Comments
 (0)