diff options
| author | William Bruneau <william.bruneau@epfedu.fr> | 2019-09-20 12:52:12 +0200 |
|---|---|---|
| committer | William Bruneau <william.bruneau@epfedu.fr> | 2019-09-20 13:17:59 +0200 |
| commit | 9d5e0d20f6374f73d56e97decdac570108a1ff98 (patch) | |
| tree | d461bdbb4969302088071816da65f963246ec655 /miasm/core/parse_asm.py | |
| parent | 326673c7dad5d915f88a8fcbcbfbab6287839933 (diff) | |
| download | focaccia-miasm-9d5e0d20f6374f73d56e97decdac570108a1ff98.tar.gz focaccia-miasm-9d5e0d20f6374f73d56e97decdac570108a1ff98.zip | |
Codespell: fix some spelling mistakes
Diffstat (limited to 'miasm/core/parse_asm.py')
| -rw-r--r-- | miasm/core/parse_asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/core/parse_asm.py b/miasm/core/parse_asm.py index 2e843474..2b4f1195 100644 --- a/miasm/core/parse_asm.py +++ b/miasm/core/parse_asm.py @@ -237,7 +237,7 @@ def parse_txt(mnemo, attrib, txt, loc_db=None): else: cur_block = asmblock.AsmBlock(line, alignment=mnemo.alignment) i += 1 - # Generate the current bloc + # Generate the current block asmcfg.add_block(cur_block) state = STATE_IN_BLOC if block_to_nlink: |