This commit is contained in:
Adam Ierymenko 2020-10-26 20:32:27 -04:00
parent 4ed77e0c0f
commit d70cfe6850
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -292,7 +292,7 @@ func NewNode(basePath string) (n *Node, err error) {
}
}()
// Stop deferred cPtr table cleanup function from deregistering this instance
// Stop deferred cPtr table cleanup function from de-registering this instance
cPtr = -1
return n, nil