diff options
| author | Jason Molenda <jmolenda@apple.com> | 2016-06-23 01:18:16 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2016-06-23 01:18:16 +0000 |
| commit | cb6dae22e2984558f983b7a64c70c2b7b08793aa (patch) | |
| tree | 1839dfe1f57752e090420a2cf505b4644bd55d72 /lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | |
| parent | d3d9cbf127b8470944e882ffc7b25a42727bf624 (diff) | |
| download | bcm5719-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.cpp | 2 |
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."; } |

