Skip to content

Commit 2065295

Browse files
algonellgitster
authored andcommitted
ref-filter: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a30ce14 commit 2065295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ref-filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2344,7 +2344,7 @@ static int populate_value(struct ref_array_item *ref, struct strbuf *err)
23442344
CALLOC_ARRAY(ref->value, used_atom_cnt);
23452345

23462346
/**
2347-
* NEEDSWORK: The following code might be unncessary if all codepaths
2347+
* NEEDSWORK: The following code might be unnecessary if all codepaths
23482348
* that call populate_value() populates the symref member of ref_array_item
23492349
* like in apply_ref_filter(). Currently pretty_print_ref() is the only codepath
23502350
* that calls populate_value() without first populating symref.

0 commit comments

Comments
 (0)