summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-08-14 09:23:07 -0400
committerJordan Wiens <jordan@psifertex.com>2020-08-14 09:23:07 -0400
commitd5a13d8d570e53af350f10b8a97368cf6ee7e711 (patch)
treecea8c6496086e08cce325b244acd288490dc4a38 /python
parent139c90f93cb10317339fce1ad81ac61425498099 (diff)
small documentation typo in bv.hlil
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index c778f211..462eb815 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1614,7 +1614,7 @@ class BinaryView(object):
@property
def hlil_instructions(self):
- """A generator of mlil instructions"""
+ """A generator of hlil instructions"""
for block in self.hlil_basic_blocks:
for i in block:
yield i