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 /test/analysis/data_flow.py | |
| parent | 326673c7dad5d915f88a8fcbcbfbab6287839933 (diff) | |
| download | miasm-9d5e0d20f6374f73d56e97decdac570108a1ff98.tar.gz miasm-9d5e0d20f6374f73d56e97decdac570108a1ff98.zip | |
Codespell: fix some spelling mistakes
Diffstat (limited to 'test/analysis/data_flow.py')
| -rw-r--r-- | test/analysis/data_flow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index ecca3eac..259aca7c 100644 --- a/test/analysis/data_flow.py +++ b/test/analysis/data_flow.py @@ -531,7 +531,7 @@ G15_EXP_IRB1 = gen_irblock(LBL1, [[ExprAssign(r, a)]]) for irb in [G15_EXP_IRB0, G15_EXP_IRB1]: G15_EXP_IRA.add_irblock(irb) -# graph 16 : Graph where variable assigned multiple times in the same bloc +# graph 16 : Graph where variable assigned multiple times in the same block G16_IRA = IRA.new_ircfg() |