Skip to content

Commit fe9bcb8

Browse files
committed
typo: exern => extern
1 parent 45181b0 commit fe9bcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/tsd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ extern pthread_key_t dispatch_introspection_key;
9090
#elif DISPATCH_PERF_MON
9191
extern pthread_key_t dispatch_bcounter_key;
9292
#endif
93-
exern pthread_key_t dispatch_pthread_root_queue_observer_hooks_key;
93+
extern pthread_key_t dispatch_pthread_root_queue_observer_hooks_key;
9494

9595
DISPATCH_TSD_INLINE
9696
static inline void

0 commit comments

Comments
 (0)