Fix typo, arvm7 -> armv7
authorBrad Smith <brad@comstyle.com>
Wed, 5 May 2021 04:55:36 +0000 (00:55 -0400)
committerBrad Smith <brad@comstyle.com>
Wed, 5 May 2021 04:56:44 +0000 (00:56 -0400)
lldb/docs/man/lldb.rst
lldb/tools/driver/Driver.cpp

index 6dca15f..b75288d 100644 (file)
@@ -256,11 +256,11 @@ executable. To disambiguate between arguments passed to lldb and arguments
 passed to the debugged executable, arguments starting with a - must be passed
 after --.
 
-  lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
+  lldb --arch x86_64 /path/to/program program argument -- --arch armv7
 
 For convenience, passing the executable after -- is also supported.
 
-  lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
+  lldb --arch x86_64 -- /path/to/program program argument --arch armv7
 
 Passing one of the attach options causes :program:`lldb` to immediately attach
 to the given process.
index c512153..b91e930 100644 (file)
@@ -751,11 +751,11 @@ EXAMPLES:
   arguments passed to the debugged executable, arguments starting with a - must
   be passed after --.
 
-    lldb --arch x86_64 /path/to/program program argument -- --arch arvm7
+    lldb --arch x86_64 /path/to/program program argument -- --arch armv7
 
   For convenience, passing the executable after -- is also supported.
 
-    lldb --arch x86_64 -- /path/to/program program argument --arch arvm7
+    lldb --arch x86_64 -- /path/to/program program argument --arch armv7
 
   Passing one of the attach options causes lldb to immediately attach to the
   given process.