From 9b983eb5054b85478982ce91185f5c684cb779de Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Mon, 5 Mar 2018 16:13:47 +0100
Subject: [PATCH] typo regarding gdbinit_manual

---
 examples/resource.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/resource.rs b/examples/resource.rs
index a86b98b..33fb3a4 100644
--- a/examples/resource.rs
+++ b/examples/resource.rs
@@ -184,7 +184,7 @@ fn idle() -> ! {
 // The `gdbinit_manual` has the following content.
 // ```
 // target remote :3333
-// mon restet halt
+// mon reset halt
 // load
 // tb main
 // continue
-- 
GitLab