diff options
author | Jason Molenda <jmolenda@apple.com> | 2010-06-10 08:23:00 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2010-06-10 08:23:00 +0000 |
commit | 572f232f1855481989ca279ff1fe24d7b0bebd27 (patch) | |
tree | bea320f2172d6ff203000061e51ae5b7b5d249da | |
parent | fc6980b2950ba31985c3924e22bc941350ba0d91 (diff) | |
download | bcm5719-llvm-572f232f1855481989ca279ff1fe24d7b0bebd27.tar.gz bcm5719-llvm-572f232f1855481989ca279ff1fe24d7b0bebd27.zip |
Spelling fix from Sebastian Redl.
llvm-svn: 105785
-rwxr-xr-x | lldb/www/architecture.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/architecture.html b/lldb/www/architecture.html index d548b33fc10..67f1b1dc261 100755 --- a/lldb/www/architecture.html +++ b/lldb/www/architecture.html @@ -109,7 +109,7 @@ <p>A collection of classes that implement our breakpoint classes.
Breakpoints are resolved symbolically and always continue to
- resolve themselves as your program runs. Wether settings breakpoints
+ resolve themselves as your program runs. Whether settings breakpoints
by file and line, by symbol name, by symbol regular expression,
or by address, breakpoints will keep trying to resolve new locations
each time shared libraries are loaded. Breakpoints will of course
|