From 97e21d159cf8c0e474afc74da773d492b7b7d398 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 9 Feb 2018 17:18:41 +0400 Subject: [PATCH] fix typo in main page (a on simulator -> on a simulator) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index db4985b..8888b32 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ correcting the effects of one bug and go on to learn about another. Those programs might be executing on the same machine as GDB (native), -on another machine (remote), or a on simulator. GDB can run on most +on another machine (remote), or on a simulator. GDB can run on most popular UNIX and Microsoft Windows variants, as well as on Mac OS X.

What Languages does GDB Support?

-- 2.11.0