X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea39fd08c260e7faa92334952d4acd37e3892b6c..9fcd145754f52ed8f27349db4508a20ae5ba0a49:/src/xbt/mmalloc/mmalloc.c diff --git a/src/xbt/mmalloc/mmalloc.c b/src/xbt/mmalloc/mmalloc.c index 95c5db6671..89d1ec614d 100644 --- a/src/xbt/mmalloc/mmalloc.c +++ b/src/xbt/mmalloc/mmalloc.c @@ -32,7 +32,7 @@ static void *align(struct mdesc *mdp, size_t size) result = mmorecore(mdp, size); /* if this reservation does not fill up the last block of our resa, - * complete the reservation by also asking for the full lastest block. + * complete the reservation by also asking for the full latest block. * * Also, the returned block is aligned to the end of block (but I've * no fucking idea of why, actually -- http://abstrusegoose.com/432 --