diff options
Diffstat (limited to 'oidtree.c')
| -rw-r--r-- | oidtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ void oidtree_insert(struct oidtree *ot, const struct object_id *oid) /* * n.b. Current callers won't get us duplicates, here. If a - * future caller causes duplicates, there'll be a a small leak + * future caller causes duplicates, there'll be a small leak * that won't be freed until oidtree_clear. Currently it's not * worth maintaining a free list */ |
