X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/315e9b521f97a408e3bc079d6f7e5f110cbf70a9..2c843ad3115a94385815dc6925ecee219e3e1a93:/lib/mount/command.go diff --git a/lib/mount/command.go b/lib/mount/command.go index 5b331f0ce1..e92af24075 100644 --- a/lib/mount/command.go +++ b/lib/mount/command.go @@ -9,6 +9,7 @@ import ( "io" "log" "net/http" + // pprof is only imported to register its HTTP handlers _ "net/http/pprof" "os" @@ -26,7 +27,7 @@ type cmd struct { // not be called more than once, or when ready is already // closed. ready chan struct{} - // It is safe to call Unmount ounly after ready has been + // It is safe to call Unmount only after ready has been // closed. Unmount func() (ok bool) }