Skip to content

Commit 2f90962

Browse files
authored
Fix some typos in comments (#54149)
Signed-off-by: alongdate <alongyear@outlook.com>
1 parent 7f8635f commit 2f90962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/generate_precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ for match = Base._methods(+, (Int, Int), -1, Base.get_world_counter())
171171
println(k)
172172
end
173173
174-
# interactive statup uses this
174+
# interactive startup uses this
175175
write(IOBuffer(), "")
176176
177177
break # only actually need to do this once

src/staticdata_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ JL_DLLEXPORT uint8_t jl_match_cache_flags(uint8_t requested_flags, uint8_t actua
619619
actual_flags &= ~1;
620620
}
621621

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

0 commit comments

Comments
 (0)