Skip to content

Commit

Permalink
Fix some typos in comments (#54149)
Browse files Browse the repository at this point in the history
Signed-off-by: alongdate <[email protected]>
(cherry picked from commit 2f90962)
  • Loading branch information
alongdate authored and IanButterworth committed Oct 20, 2024
1 parent aea077b commit d59df0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/generate_precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ for match = Base._methods(+, (Int, Int), -1, Base.get_world_counter())
println(k)
end
# interactive statup uses this
# interactive startup uses this
write(IOBuffer(), "")
# Not critical, but helps hide unrelated compilation from @time when using --trace-compile.
Expand Down
2 changes: 1 addition & 1 deletion src/staticdata_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ JL_DLLEXPORT uint8_t jl_match_cache_flags(uint8_t requested_flags, uint8_t actua
actual_flags &= ~1;
}

// 2. Check all flags, execept opt level must be exact
// 2. Check all flags, except opt level must be exact
uint8_t mask = (1 << OPT_LEVEL)-1;
if ((actual_flags & mask) != (requested_flags & mask))
return 0;
Expand Down

0 comments on commit d59df0b

Please sign in to comment.