diff options
author | Jim Blandy <jimb@gcc.gnu.org> | 2000-04-19 19:26:17 +0000 |
---|---|---|
committer | Jim Blandy <jimb@gcc.gnu.org> | 2000-04-19 19:26:17 +0000 |
commit | b13fe8bfb261f1f8239507d4316cd2d0b158d990 (patch) | |
tree | ded5a89a429cd8963a21153b71efbb78aac131f3 /gcc | |
parent | 1ad3da171908fc97950637ede58ed2b36a49dfd3 (diff) | |
download | gcc-b13fe8bfb261f1f8239507d4316cd2d0b158d990.zip gcc-b13fe8bfb261f1f8239507d4316cd2d0b158d990.tar.gz gcc-b13fe8bfb261f1f8239507d4316cd2d0b158d990.tar.bz2 |
Doc fix.
From-SVN: r33266
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |