From c8e81ce4c7e3b59e7c83c6fab56c217916f3b3b6 Mon Sep 17 00:00:00 2001 From: Hye Sung Jung Date: Tue, 28 Jan 2020 10:23:51 -0600 Subject: docs: fix spelling errors --- tools/syz-headerparser/headerlib/container.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/syz-headerparser/headerlib/container.py') 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 -- cgit mrf-deployment