comments: fix misuses of "nor"
[gitweb.git] / builtin / pack-objects.c
index 541667f1026d7ba62be8e029c31138d5661f65c7..ef1f20ea94ff9567d23f7cef5203020d9365d5bd 100644 (file)
@@ -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.
         */