diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 21:09:07 +0000 |
commit | 3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/halfpic.h | |
parent | 0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff) | |
download | gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz |
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/halfpic.h')
-rw-r--r-- | gcc/halfpic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/halfpic.h b/gcc/halfpic.h index f9c1a695517..80e6543de07 100644 --- a/gcc/halfpic.h +++ b/gcc/halfpic.h @@ -32,7 +32,7 @@ struct rtx_def; strict ANSI). This is because rtl.c now refers to the CONSTANT_ADDRESS_P macro, which in turn refers to flag_half_pic, and wants to call half_pic_address_p, whose address we also store - in in a BSS variable. This way, the gen* programs won't get + in a BSS variable. This way, the gen* programs won't get unknown symbol errors when being linked (flag_half_pic will never be true in the gen* programs). */ |