[PATCH] Fix another spelling nit in dwarf2-frame.c

Mark Kettenis kettenis@chello.nl
Thu Nov 27 21:08:00 GMT 2003


Thanks Daniel.  I overlooked this one.

Checked in,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* dwarf2-frame.c: Fix another comment.

Index: dwarf2-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2-frame.c,v
retrieving revision 1.20
diff -u -p -r1.20 dwarf2-frame.c
--- dwarf2-frame.c 27 Nov 2003 17:17:04 -0000 1.20
+++ dwarf2-frame.c 27 Nov 2003 20:49:46 -0000
@@ -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



More information about the Gdb-patches mailing list