diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-16 08:14:26 -0400 |
commit | ddd5a7c1808995545ad5befaa7320135e60b5d38 (patch) | |
tree | bf405c4941b111c08c0642d3410b2970aca3b162 /gcc/bc-emit.c | |
parent | 6de129de79f7646825d5b004d9fdbca5b893d106 (diff) | |
download | gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.zip gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.gz gcc-ddd5a7c1808995545ad5befaa7320135e60b5d38.tar.bz2 |
Fix typos in comments.
From-SVN: r9711
Diffstat (limited to 'gcc/bc-emit.c')
-rw-r--r-- | gcc/bc-emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c index c8d50bb..afadd04 100644 --- a/gcc/bc-emit.c +++ b/gcc/bc-emit.c @@ -441,7 +441,7 @@ bc_initialize () /* External addresses referenced in a function. Rather than trying to work relocatable address directly into bytecoded functions (which would require us to provide hairy location info and possibly obey alignment - rules imposed by the architecture) we build an auxilary table of + rules imposed by the architecture) we build an auxiliary table of pointer constants, and encode just offsets into this table into the actual bytecode. */ static struct bc_seg *ptrconsts; |