Linux: Fix long standing typo (thanks to @gcmoreira)

This commit is contained in:
Mike Auty
2021-12-08 23:34:23 +00:00
parent 96820e2804
commit 832bdc2ab1
@@ -108,7 +108,7 @@ class module(generic.GenericIntelProcess):
"linux",
"elf",
native_types = None,
class_types = extensions.elf.class_types)
class_types = elf.class_types)
syms = self._context.object(
self.get_symbol_table().name + constants.BANG + "array",