Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] Fix typo in infptrace.c
Date: Mon, 21 Feb 2005 18:10:00 -0000	[thread overview]
Message-ID: <20050221143800.GV1757@rembrandt.csv.ica.uni-stuttgart.de> (raw)

Hello All,

this patch fixes a build failure (on mips-linux) caused by a simple
typo.


Thiemo


2005-02-21  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>

	* infptrace.c (store_register): Fix typo.


Index: gdb/infptrace.c
===================================================================
RCS file: /cvs/src/src/gdb/infptrace.c,v
retrieving revision 1.53
diff -u -p -r1.53 infptrace.c
--- gdb/infptrace.c	15 Feb 2005 15:49:11 -0000	1.53
+++ gdb/infptrace.c	21 Feb 2005 14:17:27 -0000
@@ -288,7 +288,7 @@ store_register (int regnum)
       errno = 0;
       ptrace (PT_WRITE_U, tid, (PTRACE_TYPE_ARG3) addr, buf[i]);
       if (errno != 0)
-	error (_("Couldn't write register %s (#%d): %s.")e, REGISTER_NAME (regnum),
+	error (_("Couldn't write register %s (#%d): %s."), REGISTER_NAME (regnum),
 	       regnum, safe_strerror (errno));
 
       addr += sizeof (PTRACE_TYPE_RET);


             reply	other threads:[~2005-02-21 14:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-21 18:10 Thiemo Seufer [this message]
2005-02-21 19:23 ` Andrew Cagney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050221143800.GV1757@rembrandt.csv.ica.uni-stuttgart.de \
    --to=ica2_ts@csv.ica.uni-stuttgart.de \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox