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 338fff5 commit fa8e785Copy full SHA for fa8e785
include/swift/IDE/CodeCompletionResultType.h
@@ -286,7 +286,7 @@ class CodeCompletionResultType {
286
/// It would be nice if we could use a SmallVector to store those types
287
/// instead but \c CodeCompletionResultType is allocated in a bump
288
/// allocator and freeing the bump allocator does not call the
289
- /// SmallVecotor's destructor, leaking potential heap memory. Since we only
+ /// SmallVector's destructor, leaking potential heap memory. Since we only
290
/// need two result types at the moment, I decided to implement it in a
291
/// hacky way with two pointers.
292
/// The \c getResultTypes and \c isApplicable methods mask away this
0 commit comments