comments: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
e34b272344
commit
01689909eb
@ -787,7 +787,7 @@ void close_pack_index(struct packed_git *p)
|
||||
* contain the same set of objects as an existing one. In that case
|
||||
* the resulting file might be different even if its name would be the
|
||||
* same. It is best to close any reference to the old pack before it is
|
||||
* replaced on disk. Of course no index pointers nor windows for given pack
|
||||
* replaced on disk. Of course no index pointers or windows for given pack
|
||||
* must subsist at this point. If ever objects from this pack are requested
|
||||
* again, the new version of the pack will be reinitialized through
|
||||
* reprepare_packed_git().
|
||||
|
Reference in New Issue
Block a user