Typo.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148994 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Breakpoint/Breakpoint.cpp b/source/Breakpoint/Breakpoint.cpp
index 6da2625..9095db0 100644
--- a/source/Breakpoint/Breakpoint.cpp
+++ b/source/Breakpoint/Breakpoint.cpp
@@ -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