12308: Fix typo.
authorTom Clegg <tom@tomclegg.ca>
Wed, 12 Feb 2020 17:03:20 +0000 (12:03 -0500)
committerTom Clegg <tom@tomclegg.ca>
Wed, 12 Feb 2020 17:03:20 +0000 (12:03 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

lib/mount/command.go

index 5b331f0ce1587249a6e057356838284696d147de..86a9085bda46fc69a517ba2be5faf7ea14688394 100644 (file)
@@ -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)
 }