13111: Update comment.
authorTom Clegg <tclegg@veritasgenetics.com>
Fri, 6 Apr 2018 20:41:00 +0000 (16:41 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Fri, 6 Apr 2018 20:41:00 +0000 (16:41 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

sdk/go/arvados/fs_base.go

index fa43cca0fab610f1ebf09a26f827792e538ffb27..45beff6cf3fb663a6b901b1c17bed3dc3d8102d5 100644 (file)
@@ -452,7 +452,7 @@ func (fs *fileSystem) Rename(oldname, newname string) error {
        // call nca.FS().Rename() instead of proceeding. Until then
        // it's awkward for filesystems to implement their own Rename
        // methods effectively: the only one that runs is the one on
-       // the root filesystem exposed to the caller (webdav, fuse,
+       // the root FileSystem exposed to the caller (webdav, fuse,
        // etc).
 
        // When acquiring locks on multiple inodes, avoid deadlock by