Skip to content

Commit fa8e785

Browse files
committed
spelling: vector
Signed-off-by: Josh Soref <[email protected]>
1 parent 338fff5 commit fa8e785

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
@@ -286,7 +286,7 @@ class CodeCompletionResultType {
286286
/// It would be nice if we could use a SmallVector to store those types
287287
/// instead but \c CodeCompletionResultType is allocated in a bump
288288
/// allocator and freeing the bump allocator does not call the
289-
/// SmallVecotor's destructor, leaking potential heap memory. Since we only
289+
/// SmallVector's destructor, leaking potential heap memory. Since we only
290290
/// need two result types at the moment, I decided to implement it in a
291291
/// hacky way with two pointers.
292292
/// The \c getResultTypes and \c isApplicable methods mask away this

0 commit comments

Comments
 (0)