From 088e2e2d69bee95f2b5c6b1599ea8bc633f8f440 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 13 Nov 2024 19:43:48 +0100 Subject: [PATCH] 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 --- shared/missing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2