Skip to content

Commit

Permalink
typo fix in src/julia_threads.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 authored and fcard committed Feb 28, 2017
1 parent d292369 commit d96e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia_threads.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static inline unsigned long JL_CONST_FUNC jl_thread_self(void)
* we use only a compiler (signal) barrier and use the signal handler to do the
* synchronization in order to lower the mutator overhead as much as possible.
*
* We use the compiler instrinsics to implement a similar API to the c11/c++11
* We use the compiler intrinsics to implement a similar API to the c11/c++11
* one instead of using it directly because,
*
* 1. We support GCC 4.7 and GCC add support for c11 atomics in 4.9.
Expand Down

0 comments on commit d96e13a

Please sign in to comment.