summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-08 10:25:23 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-07-08 10:25:23 +0000
commitd68096dcf2c356eadf0c89d22866c1756128a24d (patch)
tree1818979eca7927ea718c61dca54a9cc9654f0cf5 /src
parent51c0ef94d18e0ee7092f9e8733d03ab846bcf71f (diff)
downloadopenocd+libswd-d68096dcf2c356eadf0c89d22866c1756128a24d.tar.gz
openocd+libswd-d68096dcf2c356eadf0c89d22866c1756128a24d.tar.bz2
openocd+libswd-d68096dcf2c356eadf0c89d22866c1756128a24d.tar.xz
openocd+libswd-d68096dcf2c356eadf0c89d22866c1756128a24d.zip
typo in comment
git-svn-id: svn://svn.berlios.de/openocd/trunk@2496 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r--src/server/gdb_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c
index e12036ea..73c53f16 100644
--- a/src/server/gdb_server.c
+++ b/src/server/gdb_server.c
@@ -2,7 +2,7 @@
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
- * Copyright (C) 2007,2008 Øyvind Harboe *
+ * Copyright (C) 2007,2008 �yvind Harboe *
* oyvind.harboe@zylin.com *
* *
* Copyright (C) 2008 by Spencer Oliver *
@@ -671,7 +671,7 @@ static void gdb_frontend_halted(struct target_s *target, connection_t *connectio
{
gdb_connection_t *gdb_connection = connection->priv;
- /* In the GDB protocol when we are stepping or coninuing execution,
+ /* In the GDB protocol when we are stepping or continuing execution,
* we have a lingering reply. Upon receiving a halted event
* when we have that lingering packet, we reply to the original
* step or continue packet.