From 4ea2d2facb9f7056ab460ee8ee86a1205dc2ee39 Mon Sep 17 00:00:00 2001 From: K Pamnany Date: Thu, 2 Mar 2023 13:22:00 -0500 Subject: [PATCH] Fix typo in GC stat name --- base/timing.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/timing.jl b/base/timing.jl index 4b3d72143e7f4..9e1b7863dd9f9 100644 --- a/base/timing.jl +++ b/base/timing.jl @@ -18,8 +18,8 @@ struct GC_Num full_sweep ::Cint max_pause ::Int64 max_memory ::Int64 - time_to_safepoint ::Int64 - max_time_to_safepointp ::Int64 + time_to_safepoint ::Int64 + max_time_to_safepoint ::Int64 sweep_time ::Int64 mark_time ::Int64 total_sweep_time ::Int64