Update reference to old type

PiperOrigin-RevId: 246036806
Change-Id: I5554a43a1f8146c927402db3bf98488a2da0fbe7
This commit is contained in:
Michael Pratt
2019-04-30 15:42:39 -07:00
committed by Shentubot
parent 8bfb83d0ac
commit 23ca9886c6
+2 -2
View File
@@ -73,8 +73,8 @@ func (c *CollectEntriesSerializer) Written() int {
return len(c.Entries)
}
// DirCtx is used by node.Readdir to emit directory entries. It is not
// thread-safe.
// DirCtx is used in FileOperations.IterateDir to emit directory entries. It is
// not thread-safe.
type DirCtx struct {
// Serializer is used to serialize the node attributes.
Serializer DentrySerializer