[Lldb-commits] [lldb] r148994 - /lldb/trunk/source/Breakpoint/Breakpoint.cpp
Johnny Chen
johnny.chen at apple.com
Wed Jan 25 15:08:23 PST 2012
Author: johnny
Date: Wed Jan 25 17:08:23 2012
New Revision: 148994
URL: http://llvm.org/viewvc/llvm-project?rev=148994&view=rev
Log:
Typo.
Modified:
lldb/trunk/source/Breakpoint/Breakpoint.cpp
Modified: lldb/trunk/source/Breakpoint/Breakpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Breakpoint/Breakpoint.cpp?rev=148994&r1=148993&r2=148994&view=diff
==============================================================================
--- lldb/trunk/source/Breakpoint/Breakpoint.cpp (original)
+++ lldb/trunk/source/Breakpoint/Breakpoint.cpp Wed Jan 25 17:08:23 2012
@@ -126,7 +126,7 @@
// For each of the overall options we need to decide how they propagate to
// the location options. This will determine the precedence of options on
-// the breakpoint vrs. its locations.
+// the breakpoint vs. its locations.
// Disable at the breakpoint level should override the location settings.
// That way you can conveniently turn off a whole breakpoint without messing
More information about the lldb-commits
mailing list