Skip to content

Commit cc789c4

Browse files
committed
NFC: Fix typo in SILLinkage.h.
1 parent 7ae2362 commit cc789c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/SILLinkage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum class SILLinkage : uint8_t {
7474
///
7575
/// This linkage is used e.g. for thunks and for specialized functions.
7676
///
77-
/// Public functions must be definitions, i.e. must have a body, except the
77+
/// Shared functions must be definitions, i.e. must have a body, except the
7878
/// body is emitted by clang.
7979
Shared,
8080

0 commit comments

Comments
 (0)