diff options
author | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-01-08 20:28:42 +0000 |
commit | 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 (patch) | |
tree | 6130c80cdc395a1275d817de3d8767e45eba446d /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | |
parent | 9dbbc49f7437113863b8ce06ee7a1235279de3bf (diff) | |
download | bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.tar.gz bcm5719-llvm-710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4.zip |
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Thanks Bruce!
llvm-svn: 123083
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp index 1f4d63d482a..07ee8d92e3a 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp @@ -164,7 +164,7 @@ GDBRemoteCommunication::SendPacketAndWaitForResponse //class ScopedValueChanger //{ //public: -// // Take a value reference and the value to assing it to when this class +// // Take a value reference and the value to assign it to when this class // // instance goes out of scope. // ScopedValueChanger (_Tp &value_ref, _Tp value) : // m_value_ref (value_ref), @@ -180,7 +180,7 @@ GDBRemoteCommunication::SendPacketAndWaitForResponse // m_value_ref = m_value; // } //protected: -// _Tp &m_value_ref; // A reference to the value we wil change when this object destructs +// _Tp &m_value_ref; // A reference to the value we will change when this object destructs // _Tp m_value; // The value to assign to m_value_ref when this goes out of scope. //}; |