[Lldb-commits] [lldb] r105785 - /lldb/trunk/www/architecture.html

Jason Molenda jmolenda at apple.com
Thu Jun 10 01:23:00 PDT 2010


Author: jmolenda
Date: Thu Jun 10 03:23:00 2010
New Revision: 105785

URL: http://llvm.org/viewvc/llvm-project?rev=105785&view=rev
Log:
Spelling fix from Sebastian Redl.

Modified:
    lldb/trunk/www/architecture.html

Modified: lldb/trunk/www/architecture.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/architecture.html?rev=105785&r1=105784&r2=105785&view=diff
==============================================================================
--- lldb/trunk/www/architecture.html (original)
+++ lldb/trunk/www/architecture.html Thu Jun 10 03:23:00 2010
@@ -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





More information about the lldb-commits mailing list