| Index: third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc b/third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc
|
| index ca3101cd181383d5ce0b54e2d0f32fb277760511..29a272b9044f305fb960a75a6dac3dc539a0edd8 100644
|
| --- a/third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc
|
| @@ -115,7 +115,7 @@ class TestExcClientVariants : public MachMultiprocess,
|
| }
|
|
|
| // Use a flavor known to be different from the incoming flavor, for a test
|
| - // of the “out” side of the inout flavor parameter.
|
| + // of the “out” side of the in-out flavor parameter.
|
| *flavor = exception_ + 20;
|
| *new_state_count = MACHINE_THREAD_STATE_COUNT;
|
|
|
|
|