[Lldb-commits] [lldb] r273546 - Test commit to verify access, fix typo.
Howard Hellyer via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 23 01:31:23 PDT 2016
Author: hhellyer
Date: Thu Jun 23 03:31:22 2016
New Revision: 273546
URL: http://llvm.org/viewvc/llvm-project?rev=273546&view=rev
Log:
Test commit to verify access, fix typo.
Modified:
lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.h
Modified: lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.h?rev=273546&r1=273545&r2=273546&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.h (original)
+++ lldb/trunk/source/Plugins/Process/mach-core/ProcessMachCore.h Thu Jun 23 03:31:22 2016
@@ -134,7 +134,7 @@ private:
///
/// If a core file contains both a kernel binary and a user-process
/// dynamic loader, lldb needs to pick one over the other. This could
- /// be a kernel corefile that happens to have a coyp of dyld in its
+ /// be a kernel corefile that happens to have a copy of dyld in its
/// memory. Or it could be a user process coredump of lldb while doing
/// kernel debugging - so a copy of the kernel is in its heap. This
/// should become a setting so it can be over-ridden when necessary.
More information about the lldb-commits
mailing list