From 814ccf50314852d12168ad5b8a4a875a86bc6e3d Mon Sep 17 00:00:00 2001 From: Pierre LALET Date: Sun, 23 Dec 2018 19:26:44 +0100 Subject: Fix typos & add codespell --- example/jitter/run_with_linuxenv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/jitter/run_with_linuxenv.py') diff --git a/example/jitter/run_with_linuxenv.py b/example/jitter/run_with_linuxenv.py index c9abe699..f4900a96 100644 --- a/example/jitter/run_with_linuxenv.py +++ b/example/jitter/run_with_linuxenv.py @@ -31,9 +31,9 @@ if cont_target_tmp.executable.Ehdr.type in [elf_csts.ET_REL, elf_csts.ET_DYN]: elif cont_target_tmp.executable.Ehdr.type == elf_csts.ET_EXEC: elf_base_addr = 0 # Not relocatable else: - raise ValueError("Unsuported type %d" % cont_target_tmp.executable.Ehdr.type) + raise ValueError("Unsupported type %d" % cont_target_tmp.executable.Ehdr.type) -# Instanciate a jitter +# Instantiate a jitter machine = Machine(cont_target_tmp.arch) jitter = machine.jitter(args.jitter) jitter.init_stack() -- cgit 1.4.1