summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Editline.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/Host/common/Editline.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/Host/common/Editline.cpp')
-rw-r--r--lldb/source/Host/common/Editline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Editline.cpp b/lldb/source/Host/common/Editline.cpp
index 22bcd38d688..3e668318a57 100644
--- a/lldb/source/Host/common/Editline.cpp
+++ b/lldb/source/Host/common/Editline.cpp
@@ -24,7 +24,7 @@
using namespace lldb_private;
using namespace lldb_private::line_editor;
-// Workaround for what looks like an OS X-specific issue, but other platforms
+// Workaround for what looks like an macOS-specific issue, but other platforms
// may benefit from something similar if issues arise. The libedit library
// doesn't explicitly initialize the curses termcap library, which it gets away
// with until TERM is set to VT100 where it stumbles over an implementation
OpenPOWER on IntegriCloud