| Index: appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| diff --git a/appengine/logdog/coordinator/hierarchy/hierarchy.go b/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| index 5fc02a0c63a423fbce92fc27ffd5bf97d9cdb604..6870b2fb5ae504ff8a7b3f00b068aa86a13d8434 100644
|
| --- a/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| +++ b/appengine/logdog/coordinator/hierarchy/hierarchy.go
|
| @@ -40,8 +40,9 @@ import (
|
| //
|
| // All componentEntity share a common implicit ancestor, "/".
|
| //
|
| -// This entity is created at stream registration, and is entirely centered
|
| -// around being queried for log stream "directory" listings. For example:
|
| +// This entity is created at stream and prefix registration, and is entirely
|
| +// centered around being queried for log stream "directory" listings. For
|
| +// example:
|
| //
|
| // foo/bar/+/baz/qux
|
| //
|
|
|