* dwarf2-frame.c: Fix another comment.
authorMark Kettenis <kettenis@gnu.org>
Thu, 27 Nov 2003 20:50:43 +0000 (20:50 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 27 Nov 2003 20:50:43 +0000 (20:50 +0000)
gdb/ChangeLog
gdb/dwarf2-frame.c

index 39def0c..5b7d4d2 100644 (file)
@@ -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.
index 43bed21..ccad418 100644 (file)
@@ -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