From: Tobias Stoeckmann Date: Wed, 13 Nov 2024 18:43:48 +0000 (+0100) Subject: libkmod: Fix typo in comment X-Git-Tag: v34~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=088e2e2d69bee95f2b5c6b1599ea8bc633f8f440;p=thirdparty%2Fkmod.git libkmod: Fix typo in comment The word practise only exists in British English and is a verb. Switch to practice and adjust style. Signed-off-by: Tobias Stoeckmann Link: https://github.com/kmod-project/kmod/pull/241 Signed-off-by: Lucas De Marchi --- diff --git a/shared/missing.h b/shared/missing.h index 1f44f89e..53b766e1 100644 --- a/shared/missing.h +++ b/shared/missing.h @@ -6,7 +6,7 @@ /* * Macros pulled from linux/module.h, to avoid pulling the header. * - * In practise very few people have it installed and distros do not install the + * In practice, very few people have it installed and distros do not install the * relevant package during their build. * * Values are UAPI, so they cannot change.