summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/libraries/nacl_io/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/libraries/nacl_io/node.h')
-rw-r--r--native_client_sdk/src/libraries/nacl_io/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/libraries/nacl_io/node.h b/native_client_sdk/src/libraries/nacl_io/node.h
index 54e6605..f1ebdc3c 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_;