Skip to content

Commit 362f910

Browse files
committed
Not a doc comment
1 parent a4aad80 commit 362f910

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/public/stubs/SwiftNativeNSXXXBaseARC.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
#include <objc/runtime.h>
2020
#include <objc/objc.h>
2121

22-
/// The following two routines need to be implemented in ARC because
23-
/// decomposedStringWithCanonicalMapping returns its result autoreleased. And we
24-
/// want ARC to insert 'objc_retainAutoreleasedReturnValue' and the necessary
25-
/// markers for the hand-off.
22+
// The following two routines need to be implemented in ARC because
23+
// decomposedStringWithCanonicalMapping returns its result autoreleased. And we
24+
// want ARC to insert 'objc_retainAutoreleasedReturnValue' and the necessary
25+
// markers for the hand-off.
2626

2727
SWIFT_CC(swift) SWIFT_RUNTIME_STDLIB_INTERFACE
2828
size_t swift_stdlib_NSStringHashValue(NSString *NS_RELEASES_ARGUMENT str,

0 commit comments

Comments
 (0)