summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-11-27 20:50:43 +0000
committerMark Kettenis <kettenis@gnu.org>2003-11-27 20:50:43 +0000
commit3e74aeeda66f6369f7a0559018f4a10696dcb820 (patch)
treedf059ae8707ecbfa383379dff5b74cfd5e1d62dc /gdb
parente8367dc76aa7182522609cba724c9753e0137a80 (diff)
downloadbinutils-gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.tar.gz
* dwarf2-frame.c: Fix another comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/dwarf2-frame.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 39def0cd45b..5b7d4d29c38 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2003-11-27 Mark Kettenis <kettenis@gnu.org>
+ * dwarf2-frame.c: Fix another comment.
+
* x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines.
(x86_64_use_struct_convention, x86_64_extract_return_value,
x86_64_store_return_value): Remove.
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index 43bed21ac7f..ccad418a61e 100644
--- a/gdb/dwarf2-frame.c
+++ b/gdb/dwarf2-frame.c
@@ -102,7 +102,7 @@ enum dwarf2_reg_rule
/* Make certain that 0 maps onto the correct enum value; the
corresponding structure is being initialized using memset zero.
This indicates that CFI didn't provide any information at all
- about a register, leaving how to obtain it's value totally
+ about a register, leaving how to obtain its value totally
unspecified. */
REG_UNSPECIFIED = 0,
/* The term "undefined" comes from the DWARF2 CFI spec which this