summaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-03 16:11:42 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-03 16:11:42 +0000
commit56d36a490d33c48a2a64fa47d80f64b75b2a069d (patch)
tree3d8bcc090396e90be83ec96849c078c48ff34fe9 /gcc/tree-object-size.c
parentd01e2a38695cf484eacdc8de0addf1a6891fce14 (diff)
downloadgcc-56d36a490d33c48a2a64fa47d80f64b75b2a069d.tar.gz
* c-decl.c, tree-object-size.c, tree-vectorizer.c,
config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-object-size.c')
-rw-r--r--gcc/tree-object-size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c
index a998d9841d7..178dc98d627 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.