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:
Tom Tromey 2022-07-22 10:56:44 -06:00
parent 9083a323bc
commit 36da255e7c

View file

@ -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");