| Index: third_party/crashpad/crashpad/util/win/command_line.h
|
| diff --git a/third_party/crashpad/crashpad/util/win/command_line.h b/third_party/crashpad/crashpad/util/win/command_line.h
|
| index eb3f71244d67da1858669777b466f51170fe9740..c12d6539a4429385e9d6b4800d6e39b972f571b7 100644
|
| --- a/third_party/crashpad/crashpad/util/win/command_line.h
|
| +++ b/third_party/crashpad/crashpad/util/win/command_line.h
|
| @@ -29,7 +29,7 @@ namespace crashpad {
|
| //! non-empty, a space will precede \a argument.
|
| //!
|
| //! \param[in] argument The argument to append to \a command_line.
|
| -//! \param[inout] command_line The command line being constructed.
|
| +//! \param[in,out] command_line The command line being constructed.
|
| void AppendCommandLineArgument(const std::wstring& argument,
|
| std::wstring* command_line);
|
|
|
|
|