[Lldb-commits] [lldb] r142900 - /lldb/trunk/www/lldb-gdb.html

Jason Molenda jmolenda at apple.com
Mon Oct 24 18:28:56 PDT 2011


Author: jmolenda
Date: Mon Oct 24 20:28:56 2011
New Revision: 142900

URL: http://llvm.org/viewvc/llvm-project?rev=142900&view=rev
Log:
typeo

Modified:
    lldb/trunk/www/lldb-gdb.html

Modified: lldb/trunk/www/lldb-gdb.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/lldb-gdb.html?rev=142900&r1=142899&r2=142900&view=diff
==============================================================================
--- lldb/trunk/www/lldb-gdb.html (original)
+++ lldb/trunk/www/lldb-gdb.html Mon Oct 24 20:28:56 2011
@@ -350,7 +350,7 @@
                         </td>
                     </tr>
 
-                    <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" everytime you stop.</td></tr>
+                    <tr><td class="header" colspan="2">Display a the variable "argc" and "argv" every time you stop.</td></tr>
                     <tr>
                         <td class="content">
                             <b>(lldb)</b> target stop-hook add --one-liner "frame variable argc argv"<br>





More information about the lldb-commits mailing list