Skip to content

Commit

Permalink
Merge pull request #14524 from eschnett/eschnett/typo
Browse files Browse the repository at this point in the history
Correct typo in comment
  • Loading branch information
tkelman committed Jan 1, 2016
2 parents 2655c27 + 0526715 commit 9bab4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5675,7 +5675,7 @@ static void init_julia_llvm_env(Module *m)
add_named_global(jltls_states_var, (void*)&jl_tls_states);
#else
// For threading, we emit a call to the getter function.
// In non-imaging mode, (i.e. the code will not be safed to disk), we
// In non-imaging mode, (i.e. the code will not be saved to disk), we
// use the address of the actual getter function directly
// (`jl_tls_states_cb` returned by `jl_get_ptls_states_getter()`)
// In imaging mode, we emit the function address as a load of a static
Expand Down

0 comments on commit 9bab4da

Please sign in to comment.