From f0b4ac3641fd67adf22dd7cef31aebc23bc91746 Mon Sep 17 00:00:00 2001 From: Tobias Furuholm Date: Fri, 1 Sep 2017 09:34:15 +0200 Subject: [PATCH] Improve comment --- updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.go b/updater.go index 411b63ce..35be86e6 100644 --- a/updater.go +++ b/updater.go @@ -58,7 +58,7 @@ var ( // EnabledUpdaters contains all updaters to be used for update. EnabledUpdaters []string - // SourceURLs contains any modified vulnerability data sources + // SourceURLs contains any alternative vulnerability data sources SourceURLs map[string]string )