From: oharboe at B. <oh...@ma...> - 2009-07-08 12:25:24
|
Author: oharboe Date: 2009-07-08 12:25:23 +0200 (Wed, 08 Jul 2009) New Revision: 2496 Modified: trunk/src/server/gdb_server.c Log: typo in comment Modified: trunk/src/server/gdb_server.c =================================================================== --- trunk/src/server/gdb_server.c 2009-07-08 08:05:21 UTC (rev 2495) +++ trunk/src/server/gdb_server.c 2009-07-08 10:25:23 UTC (rev 2496) @@ -2,7 +2,7 @@ * Copyright (C) 2005 by Dominic Rath * * Dom...@gm... * * * - * Copyright (C) 2007,2008 vind Harboe * + * Copyright (C) 2007,2008 �yvind Harboe * * oyv...@zy... * * * * Copyright (C) 2008 by Spencer Oliver * @@ -671,7 +671,7 @@ { 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. |