Skip to content

Commit d59df0b

Browse files
alongdateIanButterworth
authored andcommitted
Fix some typos in comments (#54149)
Signed-off-by: alongdate <[email protected]> (cherry picked from commit 2f90962)
1 parent aea077b commit d59df0b

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
@@ -175,7 +175,7 @@ for match = Base._methods(+, (Int, Int), -1, Base.get_world_counter())
175175
println(k)
176176
end
177177
178-
# interactive statup uses this
178+
# interactive startup uses this
179179
write(IOBuffer(), "")
180180
181181
# Not critical, but helps hide unrelated compilation from @time when using --trace-compile.

src/staticdata_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ JL_DLLEXPORT uint8_t jl_match_cache_flags(uint8_t requested_flags, uint8_t actua
631631
actual_flags &= ~1;
632632
}
633633

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

0 commit comments

Comments
 (0)