From f0cb7fd642a2b9ec4c1da814d4ecd57c3c1e551c Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Mon, 21 Mar 2016 22:13:46 +0200 Subject: [PATCH] Fixed typo --- HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING_QUICKSTART.md b/HACKING_QUICKSTART.md index 5a5abb6deb5..d40ecb552e9 100644 --- a/HACKING_QUICKSTART.md +++ b/HACKING_QUICKSTART.md @@ -202,7 +202,7 @@ And to search for a function full name/regex: (gdb) info functions #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):