[lldb] NFC: Fix trivial typo in comments, documents, and messages

Differential Revision: https://reviews.llvm.org/D77460
This commit is contained in:
Kazuaki Ishizaki
2020-04-07 01:06:02 +09:00
parent ad08ecbd16
commit e9264b746b
91 changed files with 133 additions and 133 deletions

View File

@@ -101,7 +101,7 @@ class PluginPythonOSPlugin(TestBase):
self.verify_os_thread_registers(thread)
# Now clear the OS plug-in path to make the OS plug-in created threads
# dissappear
# disappear
self.dbg.HandleCommand(
"settings clear target.process.python-os-plugin-path")