Fix typo in windows-nat.c
authorTom Tromey <tromey@adacore.com>
Fri, 22 Jul 2022 16:56:44 +0000 (10:56 -0600)
committerTom Tromey <tromey@adacore.com>
Fri, 22 Jul 2022 16:58:11 +0000 (10:58 -0600)
I noticed a typo in a printf in windows-nat.c.  This fixes it.

gdb/windows-nat.c

index b62d216a7d3a787c354bcda2eddbac313d4d436d..43a2c112db5b8cd621c3bc6043a0ad04bf2d9cfc 100644 (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");