aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-headerparser/headerlib/container.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/syz-headerparser/headerlib/container.py')
-rw-r--r--tools/syz-headerparser/headerlib/container.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-headerparser/headerlib/container.py b/tools/syz-headerparser/headerlib/container.py
index cc46a206c..d4d813480 100644
--- a/tools/syz-headerparser/headerlib/container.py
+++ b/tools/syz-headerparser/headerlib/container.py
@@ -108,7 +108,7 @@ class StructRepr(object):
def set_global_hierarchy(self, global_hierarchy):
'''
- Set a reference to the global heirarchy of structs. This is useful when unrolling
+ Set a reference to the global hierarchy of structs. This is useful when unrolling
structs.
'''
self.global_hierarchy = global_hierarchy