Skip to content

Commit 6693d69

Browse files
committed
spelling: visited
Signed-off-by: Josh Soref <[email protected]>
1 parent 71f75f7 commit 6693d69

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
@@ -196,7 +196,7 @@ class USRBasedType {
196196
USRBasedType(StringRef USR, ArrayRef<const USRBasedType *> Supertypes)
197197
: USR(USR), Supertypes(Supertypes) {}
198198

199-
/// Implementation of \c typeRelation. \p VisistedTypes keeps track which
199+
/// Implementation of \c typeRelation. \p VisitedTypes keeps track which
200200
/// types have already been visited.
201201
CodeCompletionResultTypeRelation
202202
typeRelationImpl(const USRBasedType *ResultType, const USRBasedType *VoidType,

0 commit comments

Comments
 (0)