| Index: native_client_sdk/src/libraries/nacl_io/node.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/node.h b/native_client_sdk/src/libraries/nacl_io/node.h
|
| index 54e66058208f4cf984239c570da59de73a681ef0..f1ebdc3c4a04af841d728b4e59f13442eb142cc5 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/node.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/node.h
|
| @@ -140,7 +140,7 @@ class Node : public sdk_util::RefObject {
|
| sdk_util::SimpleLock node_lock_;
|
|
|
| // We use a pointer directly to avoid cycles in the ref count.
|
| - // TODO(noelallen) We should change this so it's unnecessary for the node
|
| + // TODO(bradnelson) We should change this so it's unnecessary for the node
|
| // to track it's parent. When a node is unlinked, the filesystem should do
|
| // any cleanup it needs.
|
| Filesystem* filesystem_;
|
|
|