13111: Clarify Child() comment.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 5 Apr 2018 21:21:53 +0000 (17:21 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 5 Apr 2018 21:22:53 +0000 (17:22 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

sdk/go/arvados/fs_base.go

index 369b4bb9420b779846304f69662e4596e4cb6d0a..fa43cca0fab610f1ebf09a26f827792e538ffb27 100644 (file)
@@ -103,6 +103,9 @@ type inode interface {
 
        // Child() performs lookups and updates of named child nodes.
        //
+       // (The term "child" here is used strictly. This means name is
+       // not "." or "..", and name does not contain "/".)
+       //
        // If replace is non-nil, Child calls replace(x) where x is
        // the current child inode with the given name. If possible,
        // the child inode is replaced with the one returned by