* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
authorDaniel Jacobowitz <drow@false.org>
Thu, 22 Dec 2005 16:13:20 +0000 (16:13 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 22 Dec 2005 16:13:20 +0000 (16:13 +0000)
* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.

gdb/ChangeLog
gdb/amd64obsd-tdep.c
gdb/i386obsd-tdep.c

index 933e363490c4b3f0cfe8a7487ff7777af0b07770..9eed0710b3db934d3aa1e35e7315d66801e2fc1a 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
+       * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.
+
 2005-12-22  Mark Kettenis  <kettenis@gnu.org>
 
        * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Fix typos.
index 17c7219ecfb52cfb5f6e21a3e108171c37be32af..924b0589ce5176b3a8c0889744074d3374aae34c 100644 (file)
@@ -418,7 +418,7 @@ amd64obsd_trapframe_sniffer (const struct frame_unwind *self,
   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 3202f160345bd030cbd3d0ecc9d49cc3e135198f..5902374e264d343c700932b4385f9e81387a6276 100644 (file)
@@ -416,7 +416,7 @@ i386obsd_trapframe_sniffer (const struct frame_unwind *self,
   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)