From 3da2432fb9dce67f1236c96a8d81604a98fda523 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 18 Dec 2023 10:54:53 +0800 Subject: all: fix some function names in comments Signed-off-by: cui fliter --- dashboard/app/tree.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard') diff --git a/dashboard/app/tree.go b/dashboard/app/tree.go index 4fca21fa0..08da1a804 100644 --- a/dashboard/app/tree.go +++ b/dashboard/app/tree.go @@ -228,7 +228,7 @@ func (ctx *bugTreeContext) setOriginLabels() pollTreeJobResult { return pollResultSkip{} } -// selectRepoNodes attributes bugs to trees depending on the patch testing results. +// selectRepoLabels attributes bugs to trees depending on the patch testing results. func (ctx *bugTreeContext) selectRepoLabels(in bool, results map[*repoNode]pollTreeJobResult) []string { crashed := map[*repoNode]bool{} for node, result := range results { -- cgit mrf-deployment