From 585a8dbbe57e3538ad2acaef58c3bf8bb238e000 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 15:01:59 -0600 Subject: rename as libgit2 --- git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.go') diff --git a/git.go b/git.go index b7c8b3c..96f1cd9 100644 --- a/git.go +++ b/git.go @@ -171,7 +171,7 @@ func initLibGit2() { } // Shutdown frees all the resources acquired by libgit2. Make sure no -// references to any git2go objects are live before calling this. +// references to any libgit2 go objects are live before calling this. // After this is called, invoking any function from this library will result in // undefined behavior, so make sure this is called carefully. func Shutdown() { -- cgit v1.2.3