fix comment typo (#7605)

This commit is contained in:
Vlastimil Šenfeld
2020-10-10 05:12:55 +02:00
committed by GitHub
parent 2984497731
commit 53fb864c66

View File

@@ -6,7 +6,7 @@ import (
"time"
)
// PtrBool is a helper routine that returns a pointer to given integer value.
// PtrBool is a helper routine that returns a pointer to given boolean value.
func PtrBool(v bool) *bool { return &v }
// PtrInt is a helper routine that returns a pointer to given integer value.