diff options
| author | Roman A <121314722+GameRoMan@users.noreply.github.com> | 2025-06-16 15:35:41 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-06-16 15:22:49 +0000 |
| commit | b07d761310f45ec82aafa352739e190d12ab58a0 (patch) | |
| tree | f8054476e057cc52de828af6ce343f5dda34526b /tools/syz-headerparser/headerlib/container.py | |
| parent | e7dd99bade45e7e0cf824f07484e8d34942edfa8 (diff) | |
all: fix typos
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 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): |
