Fix a comment typo in init_process_reaper.cc
commit2a8d91cbdde06a9db89c01578dd68347ad7690ba
authorki.stfu <ki.stfu@gmail.com>
Thu, 17 Sep 2015 08:25:15 +0000 (17 01:25 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 17 Sep 2015 08:26:10 +0000 (17 08:26 +0000)
tree89769917a203eb479f0eddc9dc7ce80c8fc62405
parentd153ba5632d3030aa1ef88ce0aeae9dc93416d45
Fix a comment typo in init_process_reaper.cc

This CL fixes a typo in comment in init_process_reaper.cc. In
CreateInitProcessReaper, the comment told us about exiting with the same
error code as our parent but here was meant an our child.

BUG=
TEST=
R=jln@chromium.org,jorgelo@chromium.org,mdempsky@chromium.org

Review URL: https://codereview.chromium.org/1286093003

Cr-Commit-Position: refs/heads/master@{#349381}
sandbox/linux/services/init_process_reaper.cc