Skip to content

Commit

Permalink
Fix typo in julia.h (#39884)
Browse files Browse the repository at this point in the history
indicies -> indices
  • Loading branch information
eltociear authored Mar 2, 2021
1 parent 5e7aaa6 commit 3356b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ typedef struct _jl_line_info_node_t {
typedef struct _jl_code_info_t {
// ssavalue-indexed arrays of properties:
jl_array_t *code; // Any array of statements
jl_value_t *codelocs; // Int32 array of indicies into the line table
jl_value_t *codelocs; // Int32 array of indices into the line table
jl_value_t *ssavaluetypes; // types of ssa values (or count of them)
jl_array_t *ssaflags; // flags associated with each statement:
// 0 = inbounds
Expand Down

0 comments on commit 3356b45

Please sign in to comment.