mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
typo: Fix typos across the codebase. (#2442)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ func NewLeakDetect() LeakDetect {
|
||||
return snapshot
|
||||
}
|
||||
|
||||
// CompareCurrentSnapshot - Comapres the initial relevant stack trace with the current one (during the time of invocation).
|
||||
// CompareCurrentSnapshot - Compares the initial relevant stack trace with the current one (during the time of invocation).
|
||||
func (initialSnapShot LeakDetect) CompareCurrentSnapshot() []string {
|
||||
var stackDiff []string
|
||||
for _, g := range pickRelevantGoroutines() {
|
||||
|
||||
Reference in New Issue
Block a user