From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16116 invoked by alias); 9 Jul 2004 19:46:13 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 16093 invoked from network); 9 Jul 2004 19:46:12 -0000 Message-ID: <40EEF601.3090708@redhat.com> Date: Fri, 09 Jul 2004 19:46:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4.2) Gecko/20040301 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com, rda@sources.redhat.com, binutils@sources.redhat.com, Andrew Cagney Subject: [PATCH] rda - comment tweak Content-Type: multipart/mixed; boundary="------------090307010809080309090506" X-SW-Source: 2004-q3/txt/msg00000.txt.bz2 This is a multi-part message in MIME format. --------------090307010809080309090506 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 24 Spelling fix, obvious. --------------090307010809080309090506 Content-Type: text/plain; name="diff2" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff2" Content-length: 1099 2004-07-09 Michael Snyder * lib/gdbserv-target.c (gdbserv_totarget): Comment spelling fix. Index: gdbserv-target.c =================================================================== RCS file: /cvs/cvsfiles/devo/rda/lib/gdbserv-target.c,v retrieving revision 1.8 diff -p -r1.8 gdbserv-target.c *** gdbserv-target.c 21 Aug 2002 22:43:14 -0000 1.8 --- gdbserv-target.c 9 Jul 2004 19:39:22 -0000 *************** gdbserv_totarget (struct gdbserv *parent *** 110,116 **** /* If there is a start_addr, then something needs to be done with it. If the target hasn't provided a full-functional ->to() ! method then perhaphs they have provided the legacy process_set_pc() */ if (start_addr != NULL && target->process_set_pc != NULL) --- 110,116 ---- /* If there is a start_addr, then something needs to be done with it. If the target hasn't provided a full-functional ->to() ! method then perhaps they have provided the legacy process_set_pc() */ if (start_addr != NULL && target->process_set_pc != NULL) --------------090307010809080309090506--