On Mon, 2026-01-19 at 17:45 -0300, Wander Lairson Costa wrote: > Fix typo in the module docstring: "Abtract" should be "Abstract". > > Signed-off-by: Wander Lairson Costa <[email protected]> > --- > tools/verification/rvgen/rvgen/generator.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/verification/rvgen/rvgen/generator.py > b/tools/verification/rvgen/rvgen/generator.py > index fc9be5f6aaa1f..ea1fa0f5d818d 100644 > --- a/tools/verification/rvgen/rvgen/generator.py > +++ b/tools/verification/rvgen/rvgen/generator.py > @@ -3,7 +3,7 @@ > # > # Copyright (C) 2019-2022 Red Hat, Inc. Daniel Bristot de Oliveira > <[email protected]> > # > -# Abtract class for generating kernel runtime verification monitors from > specification file > +# Abstract class for generating kernel runtime verification monitors from > specification file > > import platform > import os
I believe you can fix typos together in the same patch (i.e. merge 10/26 and 11/26). Reviewed-by: Gabriele Monaco <[email protected]> to both. Thanks, Gabriele
