| Index: third_party/crashpad/crashpad/test/win/win_multiprocess.h
|
| diff --git a/third_party/crashpad/crashpad/test/win/win_multiprocess.h b/third_party/crashpad/crashpad/test/win/win_multiprocess.h
|
| index 418df790ad478277a96676c35b87bcb3e84eceba..663c7594b4323b7b523ce35abf379167dde80277 100644
|
| --- a/third_party/crashpad/crashpad/test/win/win_multiprocess.h
|
| +++ b/third_party/crashpad/crashpad/test/win/win_multiprocess.h
|
| @@ -71,7 +71,7 @@ class WinMultiprocess {
|
| //!
|
| //! The default expected termination code is `EXIT_SUCCESS` (`0`).
|
| //!
|
| - //! \param[in] code The expected exit status of the child.
|
| + //! \param[in] exit_code The expected exit status of the child.
|
| void SetExpectedChildExitCode(unsigned int exit_code);
|
|
|
| //! \brief Returns the read pipe's file handle.
|
|
|