summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/zygote_main_linux.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/zygote_main_linux.cc b/chrome/browser/zygote_main_linux.cc
index cceb9bf..1dbbbf5 100644
--- a/chrome/browser/zygote_main_linux.cc
+++ b/chrome/browser/zygote_main_linux.cc
@@ -89,8 +89,8 @@ static void SELinuxTransitionToTypeOrDie(const char* type) {
#endif // CHROMIUM_SELINUX
// This is the object which implements the zygote. The ZygoteMain function,
-// which is called from ChromeMain, at the the bottom and simple constructs one
-// of these objects and runs it.
+// which is called from ChromeMain, simply constructs one of these objects and
+// runs it.
class Zygote {
public:
bool ProcessRequests() {