diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-01-25 23:08:23 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-01-25 23:08:23 +0000 |
commit | 29f7dff58194d654a48ccb93bbc3491b0cddcc6f (patch) | |
tree | 468a1b3821449d194e82bff9f7e1d32ae9c44628 | |
parent | e8be6652cebf005b39d490d72fd4d63e52779160 (diff) | |
download | bcm5719-llvm-29f7dff58194d654a48ccb93bbc3491b0cddcc6f.tar.gz bcm5719-llvm-29f7dff58194d654a48ccb93bbc3491b0cddcc6f.zip |
Typo.
llvm-svn: 148994
-rw-r--r-- | lldb/source/Breakpoint/Breakpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Breakpoint/Breakpoint.cpp b/lldb/source/Breakpoint/Breakpoint.cpp index 6da2625056d..9095db064ee 100644 --- a/lldb/source/Breakpoint/Breakpoint.cpp +++ b/lldb/source/Breakpoint/Breakpoint.cpp @@ -126,7 +126,7 @@ Breakpoint::GetLocationAtIndex (uint32_t index) // 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 |