Skip to content

Commit af72e2f

Browse files
committed
adjust comment
1 parent 21a44ae commit af72e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tree/leaf_variants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ func (lv *LeafVariants) GetByOwner(owner string) *LeafEntry {
318318

319319
// MarkOwnerForDeletion searches for a LefVariant of given owner, if it exists
320320
// the entry is marked for deletion.
321-
// returning true if an owner entry was found, false if not
321+
// returning the leafentry if an owner entry was found, nil if not.
322322
func (lv *LeafVariants) MarkOwnerForDeletion(owner string, onlyIntended bool) *LeafEntry {
323323
le := lv.GetByOwner(owner)
324324
if le != nil {

0 commit comments

Comments
 (0)