Skip to content

Commit 4ea2d2f

Browse files
committed
Fix typo in GC stat name
1 parent 3919a89 commit 4ea2d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/timing.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ struct GC_Num
1818
full_sweep ::Cint
1919
max_pause ::Int64
2020
max_memory ::Int64
21-
time_to_safepoint ::Int64
22-
max_time_to_safepointp ::Int64
21+
time_to_safepoint ::Int64
22+
max_time_to_safepoint ::Int64
2323
sweep_time ::Int64
2424
mark_time ::Int64
2525
total_sweep_time ::Int64

0 commit comments

Comments
 (0)