projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9083a32
)
Fix typo in windows-nat.c
author
Tom Tromey
<tromey@adacore.com>
Fri, 22 Jul 2022 16:56:44 +0000
(10:56 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/gdb/windows-nat.c
b/gdb/windows-nat.c
index b62d216a7d3a787c354bcda2eddbac313d4d436d..43a2c112db5b8cd621c3bc6043a0ad04bf2d9cfc 100644
(file)
--- a/
gdb/windows-nat.c
+++ b/
gdb/windows-nat.c
@@
-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 ("Privile
d
ge level = %ld. ",
+ gdb_printf ("Privilege level = %ld. ",
(unsigned long) info.HighWord.Bits.Dpl);
if (info.HighWord.Bits.Granularity)
gdb_puts ("Page granular.\n");