From c3676c8a13a25d820ce496842aab6894494decf7 Mon Sep 17 00:00:00 2001 From: Raffaello Bonghi Date: Wed, 24 Jul 2024 14:41:45 +0100 Subject: [PATCH] minor fix --- jtop/core/memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtop/core/memory.py b/jtop/core/memory.py index 11d71388..a6a89567 100644 --- a/jtop/core/memory.py +++ b/jtop/core/memory.py @@ -125,7 +125,7 @@ def read_fstab(): def read_emc(root_path): emc = {} - # intialize emc['cur'] to avoid a crash when starting this service + # Initialize emc['cur'] to avoid a crash when starting this service emc['cur'] = 1 if os.path.isdir(root_path + "/debug/bpmp/debug/clk/emc"): path = root_path + "/debug/bpmp/debug/clk/emc"