Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Mar 21, 2016
1 parent 95de8b2 commit f0cb7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING_QUICKSTART.md
Expand Up @@ -202,7 +202,7 @@ And to search for a function full name/regex:
(gdb) info functions <name> #gdb
```

See this [lldb turorial](http://lldb.llvm.org/tutorial.html) and this [gdb turorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html).
See this [lldb tutorial](http://lldb.llvm.org/tutorial.html) and this [gdb tutorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html).

To inspect variables and you are new with lldb, we recommend using the `gui` mode (use left/right to expand variables):

Expand Down

0 comments on commit f0cb7fd

Please sign in to comment.