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
@ -999,7 +999,7 @@ static int pbase_tree_cache_ix_incr(int ix)
|
||||
static struct pbase_tree {
|
||||
struct pbase_tree *next;
|
||||
/* This is a phony "cache" entry; we are not
|
||||
* going to evict it nor find it through _get()
|
||||
* going to evict it or find it through _get()
|
||||
* mechanism -- this is for the toplevel node that
|
||||
* would almost always change with any commit.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user