From d2be7d6292b945f5ec4641223c1c5ca9bfdb5679 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 17 Sep 2014 17:07:59 -0700 Subject: [PATCH] aiaiai-diff-log-helper: spelling Signed-off-by: Brian Norris Signed-off-by: Jacob Keller --- helpers/aiaiai-diff-log-helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/aiaiai-diff-log-helper b/helpers/aiaiai-diff-log-helper index 93623e2..f0bda08 100755 --- a/helpers/aiaiai-diff-log-helper +++ b/helpers/aiaiai-diff-log-helper @@ -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: -- 2.49.0