From b07d761310f45ec82aafa352739e190d12ab58a0 Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:35:41 +0100 Subject: all: fix typos --- 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 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): -- cgit mrf-deployment