diff options
| author | Jason Molenda <jmolenda@apple.com> | 2016-06-23 04:24:16 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2016-06-23 04:24:16 +0000 |
| commit | 17b45390db2c6b2799246b73a58c79bdefd9180d (patch) | |
| tree | 113334c16e3c85d67d8876164ecbb1fc46a100fd /lldb/source/Host/common/Editline.cpp | |
| parent | 5e65d79d48f1066a0f1e34a6f4aa83b979490c87 (diff) | |
| download | bcm5719-llvm-17b45390db2c6b2799246b73a58c79bdefd9180d.tar.gz bcm5719-llvm-17b45390db2c6b2799246b73a58c79bdefd9180d.zip | |
Revert r273524, it may have been the cause of a linux testbot failure
for TestNamespaceLookup.py; didn't see anything obviously wrong so I'll
need to look at this more closely before re-committing. (passed OK on
macOS ;)
llvm-svn: 273531
Diffstat (limited to 'lldb/source/Host/common/Editline.cpp')
| -rw-r--r-- | lldb/source/Host/common/Editline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Editline.cpp b/lldb/source/Host/common/Editline.cpp index 3e668318a57..22bcd38d688 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 macOS-specific issue, but other platforms +// Workaround for what looks like an OS X-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 |

