about summary refs log tree commit diff stats
path: root/miasm/core/parse_asm.py
diff options
context:
space:
mode:
authorWilliam Bruneau <william.bruneau@epfedu.fr>2019-09-20 12:52:12 +0200
committerWilliam Bruneau <william.bruneau@epfedu.fr>2019-09-20 13:17:59 +0200
commit9d5e0d20f6374f73d56e97decdac570108a1ff98 (patch)
treed461bdbb4969302088071816da65f963246ec655 /miasm/core/parse_asm.py
parent326673c7dad5d915f88a8fcbcbfbab6287839933 (diff)
downloadfocaccia-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.py2
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: