X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a4fcabed1adeff0044d419977d5136c5cb1db3e..9fb4398f258c39ac88aef0983de7692c048a2c9b:/lib/mount/command.go diff --git a/lib/mount/command.go b/lib/mount/command.go index 5b331f0ce1..86a9085bda 100644 --- a/lib/mount/command.go +++ b/lib/mount/command.go @@ -26,7 +26,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) }