Skip to content

Commit b5b5ace

Browse files
committed
Fix comment typo
1 parent 6a3c43b commit b5b5ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/DynamicCast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ tryCastToTuple(
11291129
return DynamicCastResult::SuccessViaCopy;
11301130
}
11311131
} else {
1132-
// Slow patch casts each item separately.
1132+
// Slow path casts each item separately.
11331133
for (unsigned j = 0, n = srcTupleType->NumElements; j != n; ++j) {
11341134
const auto &srcElt = srcTupleType->getElement(j);
11351135
const auto &destElt = destTupleType->getElement(j);

0 commit comments

Comments
 (0)