We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17842ad commit 1211cccCopy full SHA for 1211ccc
include/swift/IDE/CodeCompletionResultType.h
@@ -250,7 +250,7 @@ class CodeCompletionResultType {
250
/// It would be nice if we could use a SmallVector to store those types
251
/// instead but \c CodeCompletionResultType is allocated in a bump
252
/// allocator and freeing the bump allocator does not call the
253
- /// SmallVecotor's destructor, leaking potential heap memory. Since we only
+ /// SmallVector's destructor, leaking potential heap memory. Since we only
254
/// need two result types at the moment, I decided to implement it in a
255
/// hacky way with two pointers.
256
/// The \c getResultTypes and \c isApplicable methods mask away this
0 commit comments