Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: John Kacur <jkacur@redhat.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>

authored by

John Kacur and committed by
Michal Marek
4431d4ce a8bac511

+1 -1
+1 -1
scripts/tags.sh
··· 17 17 -name .git ) \ 18 18 -prune -o" 19 19 20 - # Do not use full path is we do not use O=.. builds 20 + # Do not use full path if we do not use O=.. builds 21 21 if [ "${KBUILD_SRC}" = "" ]; then 22 22 tree= 23 23 else