summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:02:44 -0600
committerJeff Carr <[email protected]>2024-12-17 15:02:44 -0600
commitcf84056045bde16df39a3218baf8aa46be290554 (patch)
tree5b1fa66d7f0231077aa4d6084d4844ca92d6f708 /git.go
parentd5a0e0056f7c73290bd75e214886c9b57cbd021f (diff)
parent585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (diff)
Merge branch 'devel'
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 1 insertions, 1 deletions
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() {