Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4431d4ce authored by John Kacur's avatar John Kacur Committed by Michal Marek
Browse files

tags: Fix spelling error in comment (is->if)



Signed-off-by: default avatarJohn Kacur <jkacur@redhat.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent a8bac511
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ignore="( -name SCCS -o -name BitKeeper -o -name .svn -o \
          -name .git )                                   \
          -prune -o"

# Do not use full path is we do not use O=.. builds
# Do not use full path if we do not use O=.. builds
if [ "${KBUILD_SRC}" = "" ]; then
	tree=
else