Correct comment in prepare_packed_git_one.
commit54a15a8df269315adf7110a87391bd5bef7e90f0
authorShawn O. Pearce <spearce@spearce.org>
Thu, 1 Feb 2007 20:52:27 +0000 (1 15:52 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 2 Feb 2007 06:22:51 +0000 (1 22:22 -0800)
tree0e8eecd785ddbfa5e19c681e3bbf19a7611d4a9c
parent625e9421df6317a015abeb8d51c6dbb937d99880
Correct comment in prepare_packed_git_one.

After staring at the comment and the associated for loop, I
realized the comment was completely bogus.  The section of
code its talking about is trying to avoid duplicate mapping
of the same packfile.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c