summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-09 22:59:56 +0000
committerHaibo Huang <hhb@google.com>2019-08-09 22:59:56 +0000
commit575ce5da7d557c4df194fc7419d9c878058f9002 (patch)
tree82c02e3ca99ff4f44b2dddbece7932ac1fc2798a /lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
parenta20a59d87ab6410eb4a4fb7eec04a561bb8f3f12 (diff)
downloadbcm5719-llvm-575ce5da7d557c4df194fc7419d9c878058f9002.tar.gz
bcm5719-llvm-575ce5da7d557c4df194fc7419d9c878058f9002.zip
Small format fix
Differential Revision: https://reviews.llvm.org/D66034 llvm-svn: 368497
Diffstat (limited to 'lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp')
-rw-r--r--lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp b/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
index ea0aab4829b..294a9e5d690 100644
--- a/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
+++ b/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
@@ -314,7 +314,7 @@ const char *StopInfoMachException::GetDescription() {
subcode_label = "unused";
break;
#if defined(RESOURCE_TYPE_IO)
- // RESOURCE_TYPE_IO is introduced in macOS SDK 10.12.
+ // RESOURCE_TYPE_IO is introduced in macOS SDK 10.12.
case RESOURCE_TYPE_IO:
exc_desc = "EXC_RESOURCE RESOURCE_TYPE_IO";
snprintf(code_desc_buf, sizeof(code_desc_buf), "%d MB",
OpenPOWER on IntegriCloud