diff options
author | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-07-19 15:28:02 +0000 |
commit | 75500e72bb9db4451e4ecd19f4d47cfa6f394239 (patch) | |
tree | 78eaf17f283b1daff95ca33baf937e51ac518216 /lldb/source/Utility/ModuleCache.cpp | |
parent | 83cc0622ec53fe0c2fed6aa56566411a44935314 (diff) | |
download | bcm5719-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/Utility/ModuleCache.cpp')
-rw-r--r-- | lldb/source/Utility/ModuleCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Utility/ModuleCache.cpp b/lldb/source/Utility/ModuleCache.cpp index 92520f768b3..aa55880eb6c 100644 --- a/lldb/source/Utility/ModuleCache.cpp +++ b/lldb/source/Utility/ModuleCache.cpp @@ -323,7 +323,7 @@ ModuleCache::GetAndPut (const FileSpec &root_dir_spec, llvm::FileRemover tmp_symfile_remover (tmp_download_sym_file_spec.GetPath ().c_str ()); if (error.Fail ()) // Failed to download a symfile but fetching the module was successful. The module might - // contain the neccessary symbols and the debugging is also possible without a symfile. + // contain the necessary symbols and the debugging is also possible without a symfile. return Error (); error = Put (root_dir_spec, escaped_hostname.c_str(), module_spec, tmp_download_sym_file_spec, GetSymbolFileSpec(module_spec.GetFileSpec ())); |