diff options
author | jimb <jimb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-19 19:26:17 +0000 |
---|---|---|
committer | jimb <jimb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-19 19:26:17 +0000 |
commit | b6ce796344f5c9e157ad581d412a106ab4c77cbd (patch) | |
tree | ded5a89a429cd8963a21153b71efbb78aac131f3 /gcc/dwarf2out.c | |
parent | dcabdfa38c29d7379b8f813f8310968b9b1bbdc6 (diff) | |
download | gcc-b6ce796344f5c9e157ad581d412a106ab4c77cbd.tar.gz |
Doc fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-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 9ab30294434..d5807877a70 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 |