summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2016-06-23 01:18:16 +0000
committerJason Molenda <jmolenda@apple.com>2016-06-23 01:18:16 +0000
commitcb6dae22e2984558f983b7a64c70c2b7b08793aa (patch)
tree1839dfe1f57752e090420a2cf505b4644bd55d72 /lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
parentd3d9cbf127b8470944e882ffc7b25a42727bf624 (diff)
downloadbcm5719-llvm-cb6dae22e2984558f983b7a64c70c2b7b08793aa.tar.gz
bcm5719-llvm-cb6dae22e2984558f983b7a64c70c2b7b08793aa.zip
Do some minor renames of "Mac OS X" to "macOS".
There's uses of "macosx" that will be more tricky to change, like in triples (e.g. "x86_64-apple-macosx10.11") - for now I'm just updating source comments and strings printed for humans. llvm-svn: 273524
Diffstat (limited to 'lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp')
-rw-r--r--lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
index 9ec36b383af..6e15cb2dd02 100644
--- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
+++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
@@ -1002,7 +1002,7 @@ SystemRuntimeMacOSX::GetPluginNameStatic()
const char *
SystemRuntimeMacOSX::GetPluginDescriptionStatic()
{
- return "System runtime plugin for Mac OS X native libraries.";
+ return "System runtime plugin for macOS native libraries.";
}
OpenPOWER on IntegriCloud