diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-07-03 16:11:42 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-07-03 16:11:42 +0000 |
commit | 619519c89aa6f32d2e39648d6674b0f667bf3de6 (patch) | |
tree | 3d8bcc090396e90be83ec96849c078c48ff34fe9 /gcc/tree-object-size.c | |
parent | 6cbfa10eb5cc91e373681e2957d5b3f0b79ae57f (diff) | |
download | gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.zip gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.gz gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.bz2 |
c-decl.c, [...]: Fix comment typos.
* c-decl.c, tree-object-size.c, tree-vectorizer.c,
config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment
typos.
From-SVN: r101558
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r-- | gcc/tree-object-size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index a998d98..178dc98 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -623,7 +623,7 @@ plus_expr_object_size (struct object_size_info *osi, tree var, tree value) /* Compute object sizes for VAR. For ADDR_EXPR an object size is the number of remaining bytes - to the end of the object (where what is consindered an object depends on + to the end of the object (where what is considered an object depends on OSI->object_size_type). For allocation CALL_EXPR like malloc or calloc object size is the size of the allocation. |