fix: typo in godoc comment (#61)

Christian Muehlhaeuser created

Change summary

cmd/soft/main.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

cmd/soft/main.go 🔗

@@ -20,7 +20,7 @@ var (
 	Version = ""
 
 	// CommitSHA contains the SHA of the commit that this application was built
-	// against. It's set via lgflags when building.
+	// against. It's set via ldflags when building.
 	CommitSHA = ""
 
 	version = flag.Bool("version", false, "display version")