Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make the unpacked object header functions static to sha1_file.c
[gitweb.git]
/
builtin-diff.c
diff --git
a/builtin-diff.c
b/builtin-diff.c
index 1df531ba28d596a8a8b338cae0c4295fc16892f2..ae901dd25ea4d8d82752db5b28f354fd2eadfb56 100644
(file)
--- a/
builtin-diff.c
+++ b/
builtin-diff.c
@@
-176,7
+176,7
@@
static int builtin_diff_tree(struct rev_info *revs,
usage(builtin_diff_usage);
/* We saw two trees, ent[0] and ent[1].
- * if ent[1] is unintesting, they are swapped
+ * if ent[1] is uninte
re
sting, they are swapped
*/
if (ent[1].item->flags & UNINTERESTING)
swap = 1;