diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-12-22 12:50:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-12-22 12:50:00 +0000 |
commit | 24fc18b98c30f23c5de5bce0fb6b90f5929fe453 (patch) | |
tree | 4d03c35b281238a81a9b5f529560144cbba2ace8 /gcc/tree-ssa-operands.h | |
parent | 14c52eca78419041bf18330f5f6e1dbca4ec8b2f (diff) | |
download | gcc-24fc18b98c30f23c5de5bce0fb6b90f5929fe453.tar.gz |
elfos.h, [...]: Fix comment typos.
* config/elfos.h, config/spu/spu.c, tree-ssa-operands.h,
tree-ssa-ter.c: Fix comment typos.
From-SVN: r120149
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"))) |