summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gmm_malloc.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-10 11:55:21 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-10 11:55:21 +0000
commit84cbcde51364063247bbcc156c205cd30b0bf36b (patch)
tree5af829e1813c9d326fb247778244da439b3bba47 /gcc/config/i386/gmm_malloc.h
parent4ac7fd9882162bebb64e74b2956a411c7f9ff0ed (diff)
downloadgcc-84cbcde51364063247bbcc156c205cd30b0bf36b.tar.gz
* config/darwin.c, config/alpha/alpha.h, config/arm/arm.c,
config/arm/arm.h, config/arm/arm.md, config/arm/bpabi.h, config/arm/predicates.md, config/frv/frv.c, config/frv/frv.md, config/h8300/h8300.md, config/i386/gmm_malloc.h, config/ia64/ia64.md, config/ip2k/libgcc.S, config/mips/mips-ps-3d.md, config/mips/mips.c, config/rs6000/rs6000.c, config/s390/s390.c, config/sh/symbian.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gmm_malloc.h')
-rw-r--r--gcc/config/i386/gmm_malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gmm_malloc.h b/gcc/config/i386/gmm_malloc.h
index c2454cdbfb2..5e626640ae4 100644
--- a/gcc/config/i386/gmm_malloc.h
+++ b/gcc/config/i386/gmm_malloc.h
@@ -47,7 +47,7 @@ _mm_malloc (size_t size, size_t align)
return ((void *) 0);
/* Assume malloc'd pointer is aligned at least to sizeof (void*).
- If necesary, add another sizeof (void*) to store the value
+ If necessary, add another sizeof (void*) to store the value
returned by malloc. Effectively this enforces a minimum alignment
of sizeof double. */
if (align < 2 * sizeof (void *))