Skip to content

Commit 1482abd

Browse files
authored
Update ForSwiftFoundationOnly.h
1 parent 8dc76b0 commit 1482abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ CF_EXPORT CFHashCode __CFHashDouble(double d);
301301

302302
typedef pthread_key_t _CFThreadSpecificKey;
303303
CF_EXPORT CFTypeRef _Nullable _CFThreadSpecificGet(_CFThreadSpecificKey key);
304-
CF_EXPORT void _CThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value);
304+
CF_EXPORT void _CFThreadSpecificSet(_CFThreadSpecificKey key, CFTypeRef _Nullable value);
305305
CF_EXPORT _CFThreadSpecificKey _CFThreadSpecificKeyCreate(void);
306306

307307
typedef pthread_attr_t _CFThreadAttributes;

0 commit comments

Comments
 (0)