From 52bbe141f37f093e2c612e97c40d27422e5a1fdf Mon Sep 17 00:00:00 2001
From: Kyeongmin Cho <korea.drzix@gmail.com>
Date: Thu, 28 Apr 2016 02:06:49 +0900
Subject: [PATCH] gitignore: fix wording

Git files are the files that we don't want to ignore even if
they are dot-files. It must be "even if" but it says "even it".

Signed-off-by: Kyeongmin Cho <korea.drzix@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fd3a355925432..0c320bf02586a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,7 +62,7 @@ Module.symvers
 /tar-install/
 
 #
-# git files that we don't want to ignore even it they are dot-files
+# git files that we don't want to ignore even if they are dot-files
 #
 !.gitignore
 !.mailmap
-- 
GitLab