Fix spelling error in warning

Test: m -j32 -k
Bug: 36450628
Change-Id: I0f6463f3de3dcf45f396c7f406f8c1d6b79bf7f9
This commit is contained in:
Brian Carlstrom 2017-03-23 11:24:33 -07:00
parent a06e1c9eef
commit 6d1da7c607

View file

@ -155,7 +155,7 @@ std::string Backtrace::GetErrorString(BacktraceUnwindError error) {
case BACKTRACE_UNWIND_ERROR_THREAD_DOESNT_EXIST:
return "Thread doesn't exist";
case BACKTRACE_UNWIND_ERROR_THREAD_TIMEOUT:
return "Thread has not repsonded to signal in time";
return "Thread has not responded to signal in time";
case BACKTRACE_UNWIND_ERROR_UNSUPPORTED_OPERATION:
return "Attempt to use an unsupported feature";
case BACKTRACE_UNWIND_ERROR_NO_CONTEXT: