summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-07-19 15:28:02 +0000
committerEd Maste <emaste@freebsd.org>2016-07-19 15:28:02 +0000
commit75500e72bb9db4451e4ecd19f4d47cfa6f394239 (patch)
tree78eaf17f283b1daff95ca33baf937e51ac518216 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
parent83cc0622ec53fe0c2fed6aa56566411a44935314 (diff)
downloadbcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.tar.gz
bcm5719-llvm-75500e72bb9db4451e4ecd19f4d47cfa6f394239.zip
Typo corrections identified by codespell
Submitted by giffunip@yahoo.com; I fixed a couple of nearby errors and incorrect changes in the patch. llvm.org/pr27634 llvm-svn: 275983
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
index c90706a88b8..9b7143b792e 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
@@ -4499,7 +4499,7 @@ GDBRemoteCommunicationClient::ServeSymbolLookups(lldb_private::Process *process)
// symbols and we can stop asking.
bool symbol_response_provided = false;
- // Is this the inital qSymbol:: packet?
+ // Is this the initial qSymbol:: packet?
bool first_qsymbol_query = true;
if (m_supports_qSymbol && m_qSymbol_requests_done == false)
OpenPOWER on IntegriCloud