Skip to content

Commit d65183a

Browse files
dgrove-ossdas
authored andcommitted
typo: exern => extern
Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
1 parent 2c5f56c commit d65183a

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)