From f1a5e44d50c2e56e0f3ade0f519d64bba34f73d0 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:45:38 +0200 Subject: [PATCH] docs: fix code comment regarding cmount tag --- lib/buildinfo/tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/buildinfo/tags.go b/lib/buildinfo/tags.go index 945a1e445..aedac5fc3 100644 --- a/lib/buildinfo/tags.go +++ b/lib/buildinfo/tags.go @@ -7,7 +7,7 @@ import ( ) // Tags contains slice of build tags. -// The `cmount` tag is added by cmd/cmount/mount.go only if build is static. +// The `cmount` tag is added by cmd/cmount/mount.go only if cmount command is supported. // The `noselfupdate` tag is added by cmd/selfupdate/noselfupdate.go // Other tags including `cgo` are detected in this package. var Tags []string