diff options
Diffstat (limited to 'tools/syz-headerparser/headerlib')
| -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 80765c0d5..a5a79d2cc 100644 --- a/tools/syz-headerparser/headerlib/container.py +++ b/tools/syz-headerparser/headerlib/container.py @@ -46,7 +46,7 @@ class StructRepr(object): Returns the metadata description for a struct field in syzkaller format. eg: "len intptr". In cases where more than one syzkaller type maps to a native type, return - a string with possible syzkaller types seperated by '|'. + a string with possible syzkaller types separated by '|'. ''' def _get_syzkaller_type(native_type): |
