diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-22 05:07:56 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2015-09-22 05:07:56 +0000 |
commit | adb99821bcf487d0baf4058ad676df85b11cf37e (patch) | |
tree | 550e7f7236e422128ce46d7a1977e828b321bd05 /lldb/source/API/SBProcess.cpp | |
parent | f11e7489e1ed5828b32d941e95d9221d50682483 (diff) | |
download | llvm-adb99821bcf487d0baf4058ad676df85b11cf37e.zip llvm-adb99821bcf487d0baf4058ad676df85b11cf37e.tar.gz llvm-adb99821bcf487d0baf4058ad676df85b11cf37e.tar.bz2 |
Fix typos.
Summary: Another round of minor typo fixes.
Reviewers: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D13026
llvm-svn: 248243
Diffstat (limited to 'lldb/source/API/SBProcess.cpp')
-rw-r--r-- | lldb/source/API/SBProcess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBProcess.cpp b/lldb/source/API/SBProcess.cpp index 01bfaf9..95deabc 100644 --- a/lldb/source/API/SBProcess.cpp +++ b/lldb/source/API/SBProcess.cpp @@ -409,7 +409,7 @@ SBProcess::GetAsyncProfileData(char *dst, size_t dst_len) const Log *log(lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_API)); if (log) - log->Printf ("SBProcess(%p)::GetProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, + log->Printf ("SBProcess(%p)::GetAsyncProfileData (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, static_cast<void*>(process_sp.get()), static_cast<int>(bytes_read), dst, static_cast<uint64_t>(dst_len), |