Skip to content

Commit 1211ccc

Browse files
committed
spelling: vector
Signed-off-by: Josh Soref <[email protected]>
1 parent 17842ad commit 1211ccc

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

0 commit comments

Comments
 (0)