| Index: third_party/crashpad/crashpad/snapshot/mac/process_reader.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
|
| index 57d0264172d3e89399e54d4ee71060fe8900aab9..c369611070359fe77c708bea84f159282dac2c7e 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_reader.h
|
| @@ -191,18 +191,18 @@ class ProcessReader {
|
| //! tag value. If these conditions cannot be met fully, as much of the red
|
| //! zone will be captured as is possible while meeting these conditions.
|
| //!
|
| - //! \param[inout] start_address The base address of the region to begin
|
| + //! \param[in,out] start_address The base address of the region to begin
|
| //! capturing stack memory from. On entry, \a start_address is the stack
|
| //! pointer. On return, \a start_address may be decreased to encompass a
|
| //! red zone.
|
| - //! \param[inout] region_base The base address of the region that contains
|
| + //! \param[in,out] region_base The base address of the region that contains
|
| //! stack memory. This is distinct from \a start_address in that \a
|
| //! region_base will be page-aligned. On entry, \a region_base is the
|
| //! base address of a region that contains \a start_address. On return,
|
| //! if \a start_address is decremented and is outside of the region
|
| //! originally described by \a region_base, \a region_base will also be
|
| //! decremented appropriately.
|
| - //! \param[inout] region_size The size of the region that contains stack
|
| + //! \param[in,out] region_size The size of the region that contains stack
|
| //! memory. This region begins at \a region_base. On return, if \a
|
| //! region_base is decremented, \a region_size will be incremented
|
| //! appropriately.
|
|
|