| Index: third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc b/third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc
|
| index ed717b65a451a77fb08f6025737a29aa8fc9ee1b..e679d2effcb68b121c0eb9600d9a0efc1803d770 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc
|
| @@ -587,7 +587,7 @@ class ScopedOpenCLNoOpKernel {
|
| ASSERT_EQ(CL_SUCCESS, rv) << "clCreateContext";
|
|
|
| // The goal of the program in |sources| is to produce a cl_kernels image
|
| - // that doesn’t strictly conform to Mach-O expectations. On Mac OS X 10.10,
|
| + // that doesn’t strictly conform to Mach-O expectations. On OS X 10.10,
|
| // cl_kernels modules show up with an __LD,__compact_unwind section, showing
|
| // up in the __TEXT segment. MachOImageSegmentReader would normally reject
|
| // modules for this problem, but a special exception is made when this
|
|
|