diff options
| author | Hye Sung Jung <hjung524@gmail.com> | 2020-01-28 10:23:51 -0600 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-28 17:23:51 +0100 |
| commit | c8e81ce4c7e3b59e7c83c6fab56c217916f3b3b6 (patch) | |
| tree | 99a93f18cc32fd2db73d1745fa534c8b814e3656 /tools/syz-headerparser/headerlib/container.py | |
| parent | d14236bc0aeac3af88a5fd8f1e68d22a3fc53300 (diff) | |
docs: fix spelling errors
Diffstat (limited to 'tools/syz-headerparser/headerlib/container.py')
| -rw-r--r-- | tools/syz-headerparser/headerlib/container.py | 2 |
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 |
