X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Farray%2Farray.c;h=5edc2ce68199a3f92cf4c03b3159e4bfc6c7f270;hp=3d810471552499bc46ecc8e79cd4f16adf24484d;hb=bf57898eae29d70a166bf2df5c84601729f039ac;hpb=c1daa044b22fce3ca80d3430e3e1ad9360f8a4f1 diff --git a/ccan/array/array.c b/ccan/array/array.c index 3d810471..5edc2ce6 100644 --- a/ccan/array/array.c +++ b/ccan/array/array.c @@ -6,7 +6,7 @@ int array_alias_helper(const void *a, const void *b) { return 0; } -//grows the allocated size to accomodate the size +//grows the allocated size to accommodate the size void array_resize_helper(array_char *a, size_t itemSize) { a->alloc = (a->size+63)&~63; #ifndef ARRAY_USE_TALLOC