Skip to content

Commit

Permalink
Auto merge of #10107 - perlun:fix-hacking-quickstart-typo, r=jdm
Browse files Browse the repository at this point in the history
HACKING_QUICKSTART: Fixed typo

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10107)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Mar 22, 2016
2 parents d1e27eb + f0cb7fd commit 4341dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING_QUICKSTART.md
Original file line number Diff line number Diff line change
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 4341dc5

Please sign in to comment.