Skip to content

Commit 547b2ef

Browse files
committed
IRGen: tweak spacing in comment (NFC)
Comments are not rendered as justified by spacing. This corrects the spacing of the comment to match the style of the codebase.
1 parent 83be9ba commit 547b2ef

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)