Fix incorrect Status -> Error rename in IOHandler
authorPavel Labath <labath@google.com>
Mon, 22 May 2017 14:13:38 +0000 (14:13 +0000)
committerPavel Labath <labath@google.com>
Mon, 22 May 2017 14:13:38 +0000 (14:13 +0000)
commit6bb7e21f10e401e6d7165990ea2db2a2cfefa160
tree4f92ecfa24eab2ce10623320bb93472d97dd5bb4
parent1e034c3f228122beb2bf7b32ba4bba667068760d
Fix incorrect Status -> Error rename in IOHandler

Change 302872 was a massive rename of the Error class to Status.

The change included an incorrect rename of the "Status" window
in the LLDB GUI from "Status to "Error". This patch undoes this incorrect
rename and restores the status window's correct name.

Differential Revision: https://reviews.llvm.org/D33241
Patch by Brian Gianforcaro.

llvm-svn: 303553
lldb/source/Core/IOHandler.cpp