Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jul 24, 2024
1 parent 6957d2e commit c3676c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtop/core/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3676c8

Please sign in to comment.