Index: tools/cygprofile/cygprofile_utils.py |
diff --git a/tools/cygprofile/cygprofile_utils.py b/tools/cygprofile/cygprofile_utils.py |
index 4851df97cf25f3acc5c521873dc1cfa2268083ff..4219a1539fdb276907a0799292e7480574cba83c 100755 |
--- a/tools/cygprofile/cygprofile_utils.py |
+++ b/tools/cygprofile/cygprofile_utils.py |
@@ -58,7 +58,7 @@ def GetObjDir(libchrome): |
Assumes libchrome is in for example .../Release/lib/libchrome.so and object |
files are in .../Release/obj. |
""" |
- # TODO(azarchs): Pass obj path in explicitly where needed rather than relying |
- # on the above assumption. |
+ # TODO(lizeb,pasko): Pass obj path in explicitly where needed rather than |
+ # relying on the above assumption. |
return os.path.abspath(os.path.join( |
os.path.dirname(libchrome), '../obj')) |