]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod: Fix typo in comment
authorTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 13 Nov 2024 18:43:48 +0000 (19:43 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 19 Nov 2024 06:23:32 +0000 (00:23 -0600)
The word practise only exists in British English and is a verb.
Switch to practice and adjust style.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/241
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/missing.h

index 1f44f89ed528d928909f74879bf3782a5d1ab45f..53b766e1cabb3fc839efe4d880596c4906a9932b 100644 (file)
@@ -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.