aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
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/dwarf2-frame.c
parente8367dc76aa7182522609cba724c9753e0137a80 (diff)
downloadfsf-binutils-gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.zip
fsf-binutils-gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.tar.gz
fsf-binutils-gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.tar.bz2
* dwarf2-frame.c: Fix another comment.
Diffstat (limited to 'gdb/dwarf2-frame.c')
-rw-r--r--gdb/dwarf2-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index 43bed21..ccad418 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