Index: content/common/sandbox_linux.h |
diff --git a/content/common/sandbox_linux.h b/content/common/sandbox_linux.h |
index 8855c31f8d1a53a8277df54f09484ea48a4f47db..bd512f02ff47a74abac296ec762a49b20781e5fd 100644 |
--- a/content/common/sandbox_linux.h |
+++ b/content/common/sandbox_linux.h |
@@ -45,7 +45,7 @@ class LinuxSandbox { |
// process type (this is for instance the case with the Zygote). |
// In that case, it is crucial that PreinitializeSandboxFinish() gets |
// called for every child process. |
- // TODO(markus,jln) we know this is not always done at the moment |
+ // TODO(markus, jln) we know this is not always done at the moment |
// (crbug.com/139877). |
void PreinitializeSandbox(const std::string& process_type); |
// These should be called together. |