Commit 4431d4ce996de2cd2c45583209ba0dbbc9bf2795

Authored by John Kacur
Committed by Michal Marek
1 parent a8bac511c8

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

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -17,7 +17,7 @@
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