From b13fe8bfb261f1f8239507d4316cd2d0b158d990 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 19 Apr 2000 19:26:17 +0000 Subject: Doc fix. From-SVN: r33266 --- gcc/dwarf2out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dwarf2out.c') diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9ab3029..d580787 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -162,7 +162,7 @@ dw_fde_node; /* The size in bytes of a DWARF field indicating an offset or length relative to a debug info section, specified to be 4 bytes in the DWARF-2 specification. The SGI/MIPS ABI defines it to be the same - as DWARF2_ADDR_SIZE. */ + as PTR_SIZE. */ #ifndef DWARF_OFFSET_SIZE #define DWARF_OFFSET_SIZE 4 -- cgit v1.1