Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
Cc: gdb-patches@sourceware.org
Subject: Re: [commit] Fix & clarify OpenBSD/i386 and OpenBSD/amd64 kernel support
Date: Fri, 23 Dec 2005 19:45:00 -0000	[thread overview]
Message-ID: <20051222161334.GA5922@nevyn.them.org> (raw)
In-Reply-To: <200512221557.jBMFvC9f006924@elgar.sibelius.xs4all.nl>

On Thu, Dec 22, 2005 at 04:57:12PM +0100, Mark Kettenis wrote:
> +  /* Check Current Privilige Level and bail out if we're not executing
> +     in kernel space.  */

I'm beginning to feel like a pest today so I fixed this myself :-)


-- 
Daniel Jacobowitz
CodeSourcery, LLC

2005-12-22  Daniel Jacobowitz  <dan@codesourcery.com>

	* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
	* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.

Index: amd64obsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/amd64obsd-tdep.c,v
retrieving revision 1.21
diff -u -p -r1.21 amd64obsd-tdep.c
--- amd64obsd-tdep.c	22 Dec 2005 15:57:04 -0000	1.21
+++ amd64obsd-tdep.c	22 Dec 2005 16:12:21 -0000
@@ -418,7 +418,7 @@ amd64obsd_trapframe_sniffer (const struc
   ULONGEST cs;
   char *name;
 
-  /* Check Current Privilige Level and bail out if we're not executing
+  /* Check Current Privilege Level and bail out if we're not executing
      in kernel space.  */
   cs = frame_unwind_register_unsigned (next_frame, AMD64_CS_REGNUM);
   if ((cs & I386_SEL_RPL) == I386_SEL_UPL)
Index: i386obsd-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386obsd-tdep.c,v
retrieving revision 1.28
diff -u -p -r1.28 i386obsd-tdep.c
--- i386obsd-tdep.c	22 Dec 2005 15:57:04 -0000	1.28
+++ i386obsd-tdep.c	22 Dec 2005 16:12:21 -0000
@@ -416,7 +416,7 @@ i386obsd_trapframe_sniffer (const struct
   ULONGEST cs;
   char *name;
 
-  /* Check Current Privilige Level and bail out if we're not executing
+  /* Check Current Privilege Level and bail out if we're not executing
      in kernel space.  */
   cs = frame_unwind_register_unsigned (next_frame, I386_CS_REGNUM);
   if ((cs & I386_SEL_RPL) == I386_SEL_UPL)


      reply	other threads:[~2005-12-22 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-23 19:26 Mark Kettenis
2005-12-23 19:45 ` Daniel Jacobowitz [this message]

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=20051222161334.GA5922@nevyn.them.org \
    --to=drow@false.org \
    --cc=gdb-patches@sourceware.org \
    --cc=mark.kettenis@xs4all.nl \
    /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