Skip to content

Commit 4744780

Browse files
committed
spelling: visited
Signed-off-by: Josh Soref <[email protected]>
1 parent bfd8465 commit 4744780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/IDE/CodeCompletionResultType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class USRBasedType {
227227
: USR(USR), Supertypes(Supertypes),
228228
CustomAttributeKinds(CustomAttributeKinds) {}
229229

230-
/// Implementation of \c typeRelation. \p VisistedTypes keeps track which
230+
/// Implementation of \c typeRelation. \p VisitedTypes keeps track which
231231
/// types have already been visited.
232232
CodeCompletionResultTypeRelation
233233
typeRelationImpl(const USRBasedType *ResultType, const USRBasedType *VoidType,

0 commit comments

Comments
 (0)