Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3c1d61a authored by Brian Carlstrom's avatar Brian Carlstrom Committed by android-build-merger
Browse files

Merge "Fix spelling error in warning"

am: 79e0fb87

Change-Id: I0f4dabb3c2523bc0780cc2b5810272e19d115cbe
parents d0e63f47 79e0fb87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: