From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/basicblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/basicblock.py') diff --git a/python/basicblock.py b/python/basicblock.py index d68189ab..b38a9f08 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -76,7 +76,7 @@ class BasicBlock(object): return ctypes.addressof(self.handle.contents) != ctypes.addressof(value.handle.contents) def _create_instance(self, view, handle): - """Internal method used to instantiante child instances""" + """Internal method used to instantiate child instances""" return BasicBlock(view, handle) def __hash__(self): -- cgit v1.3.1