diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 12:50:00 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 12:50:00 +0000 |
commit | d819917f8654510afb127bf5e8cfce701f8c930d (patch) | |
tree | 4d03c35b281238a81a9b5f529560144cbba2ace8 /gcc/tree-ssa-operands.h | |
parent | a692857bd4abea817b0415456653da5428d5edeb (diff) | |
download | gcc-d819917f8654510afb127bf5e8cfce701f8c930d.tar.gz |
* config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,
tree-ssa-ter.c: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120149 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-operands.h')
-rw-r--r-- | gcc/tree-ssa-operands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index 10fd1459996..35d59a44e4c 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -108,7 +108,7 @@ struct voptype_d typedef struct voptype_d *voptype_p; /* This structure represents a variable sized buffer which is allocated by the - operand memory manager. Operands are subalocated out of this block. The + operand memory manager. Operands are suballocated out of this block. The MEM array varies in size. */ struct ssa_operand_memory_d GTY((chain_next("%h.next"))) |