diff options
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 10fd145..35d59a4 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"))) |
