Skip to content

Commit 4b44ac5

Browse files
authored
Merge pull request #41455 from compnerd/spacing
IRGen: tweak spacing in comment (NFC)
2 parents b296d41 + 547b2ef commit 4b44ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/swift/IRGen/Linking.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ class UniversalLinkageInfo {
7070
/// duplicate symbols.
7171
bool needLinkerToMergeDuplicateSymbols() const { return HasMultipleIGMs; }
7272

73-
/// This is used by the LLDB expression evaluator since an expression's
74-
/// llvm::Module may need to access private symbols defined in the
75-
/// expression's context. This flag ensures that private accessors are
73+
/// This is used by the LLDB expression evaluator since an expression's
74+
/// llvm::Module may need to access private symbols defined in the
75+
/// expression's context. This flag ensures that private accessors are
7676
/// forward-declared as public external in the expression's module.
7777
bool forcePublicDecls() const { return ForcePublicDecls; }
7878
};

0 commit comments

Comments
 (0)