Fix typo in windows-nat.c
I noticed a typo in a printf in windows-nat.c. This fixes it.
This commit is contained in:
parent
9083a323bc
commit
36da255e7c
1 changed files with 1 additions and 1 deletions
|
@ -959,7 +959,7 @@ display_selector (HANDLE thread, DWORD sel)
|
|||
gdb_puts (")\n");
|
||||
if ((info.HighWord.Bits.Type & 0x10) == 0)
|
||||
gdb_puts("System selector ");
|
||||
gdb_printf ("Priviledge level = %ld. ",
|
||||
gdb_printf ("Privilege level = %ld. ",
|
||||
(unsigned long) info.HighWord.Bits.Dpl);
|
||||
if (info.HighWord.Bits.Granularity)
|
||||
gdb_puts ("Page granular.\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue