mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
NFC: Fix typo in SILModule.h.
This commit is contained in:
@@ -279,7 +279,7 @@ private:
|
|||||||
llvm::DenseMap<const NominalTypeDecl *, SILMoveOnlyDeinit *>
|
llvm::DenseMap<const NominalTypeDecl *, SILMoveOnlyDeinit *>
|
||||||
MoveOnlyDeinitMap;
|
MoveOnlyDeinitMap;
|
||||||
|
|
||||||
/// The list of SILVTables in the module.
|
/// The list of move only deinits in the module.
|
||||||
std::vector<SILMoveOnlyDeinit *> moveOnlyDeinits;
|
std::vector<SILMoveOnlyDeinit *> moveOnlyDeinits;
|
||||||
|
|
||||||
/// Declarations which are externally visible.
|
/// Declarations which are externally visible.
|
||||||
|
|||||||
Reference in New Issue
Block a user