* 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 39def0cd45b52b9e970060009352434526fc0271..5b7d4d29c386d1800bc4ab1b3f461a741b4b74b1 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 43bed21ac7f447451e94fef58b77436b650b6a89..ccad418a61e8128a8e3c93de7f383f56c9fc08dd 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