summaryrefslogtreecommitdiff
path: root/gdb/i386obsd-tdep.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2005-12-22 16:13:20 +0000
committerDaniel Jacobowitz <dan@debian.org>2005-12-22 16:13:20 +0000
commitaf7115d520f80781e838125ef613612e159b2152 (patch)
tree985e791b9f09583a3f6d6cf20fffc1d771d1b622 /gdb/i386obsd-tdep.c
parent0b1f704843c2a107fef5db64d0111d889d13da00 (diff)
downloadgdb-af7115d520f80781e838125ef613612e159b2152.tar.gz
* amd64obsd-tdep.c (amd64obsd_trapframe_sniffer): Spelling fix.
* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Likewise.
Diffstat (limited to 'gdb/i386obsd-tdep.c')
-rw-r--r--gdb/i386obsd-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386obsd-tdep.c b/gdb/i386obsd-tdep.c
index 3202f160345..5902374e264 100644
--- a/gdb/i386obsd-tdep.c
+++ b/gdb/i386obsd-tdep.c
@@ -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)