]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
aiaiai-diff-log-helper: spelling
authorBrian Norris <computersforpeace@gmail.com>
Thu, 18 Sep 2014 00:07:59 +0000 (17:07 -0700)
committerJacob Keller <jacob.e.keller@intel.com>
Wed, 24 Sep 2014 18:12:36 +0000 (11:12 -0700)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
helpers/aiaiai-diff-log-helper

index 93623e2675b5af6c837d9af38705e04c2d3569f6..f0bda08fa2d3ecff1a23c443e40c209ea3741ad0 100755 (executable)
@@ -10,7 +10,7 @@ Licence: GPLv2
 
 # Sorts 2 build logs and compares them. Blocks can be as follows.
 #
-# 1a. All consequitive lines starting with the same file prefix belong to one
+# 1a. All consecutive lines starting with the same file prefix belong to one
 # block, e.g.:
 #
 # drivers/s.c:472:22: warning: incorrect type in assignment (different address spaces) [sparse]
@@ -19,7 +19,7 @@ Licence: GPLv2
 #
 # (the prefix is "drivers/s.c:472")
 #
-# 1b. All consequitive lines starting with prefix "make:", "make[1]:", etc.
+# 1b. All consecutive lines starting with prefix "make:", "make[1]:", etc.
 # These usually belong to build failures.
 #
 # 2. GCC 'In file included from' blocks look like this: