From dea7077d695a44c6c43124b0f75d980414d1a064 Mon Sep 17 00:00:00 2001
From: Kir Kolyshkin <kolyshkin@gmail.com>
Date: Wed, 13 Apr 2022 20:15:27 -0700
Subject: [PATCH] [check]

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 56a6066f8c5..be416b9b2f7 100644
--- a/main.go
+++ b/main.go
@@ -22,7 +22,7 @@ import (
 var version = "unknown"
 
 // gitCommit will be the hash that the binary was built from
-// and will be populated by the Makefile
+// and will be populated from the top-level Makefile
 var gitCommit = ""
 
 const (