Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: native_client_sdk/src/libraries/nacl_io/node.h

Issue 875543002: Grab a bunch of owners / todos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc ('k') | native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698