]> ToastFreeware Gitweb - gregoa/bti.git/blobdiff - HACKING
Merge branch 'master' of github.com:gregkh/bti
[gregoa/bti.git] / HACKING
diff --git a/HACKING b/HACKING
index fc0e7ce60d699fa227f5f7f6ebf53b399e992536..19bd8c942c8ab08d599102a8fb27e0006199b806 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -10,7 +10,7 @@ If you have never used git before, there are some useful tutorials on
 the github.com web site to help you through the learning process.
 
 I am trying to follow the Linux kernel coding style with the code
-whereever possible.  This style is documented in the Linux kernel source
+wherever possible.  This style is documented in the Linux kernel source
 tree in the file Documentation/CodingStyle.  Included in the bti code
 tree is a script called checkpatch.pl that can automatically check if
 your changes are compliant with the guidelines.