From: Martin Quinson Date: Wed, 21 Nov 2012 16:04:15 +0000 (+0100) Subject: s/lastest/latest/ (stupid me) X-Git-Tag: v3_9_rc1~91^2~55^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9fcd145754f52ed8f27349db4508a20ae5ba0a49?ds=sidebyside s/lastest/latest/ (stupid me) --- diff --git a/ChangeLog b/ChangeLog index 5f1f53854d..9b11ae7335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2424,7 +2424,7 @@ SimGrid (2.90) unstable; urgency=low [Tests] - use gras_exit in example to track memleaks - get rid of gs_example now that GS is properly integrated into gras - - update run_test to integrate the lastest tests (datadesc) + - update run_test to integrate the latest tests (datadesc) [Logging] - rename WARNINGn macros to WARNn since it prooved error-prone diff --git a/doc/FAQ.doc b/doc/FAQ.doc index e1653c99cd..fe82f4e35e 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -606,7 +606,7 @@ and it breaks the hack we devised to bypass the parser, as explained in \ref pf_flexml_bypassing. Indeed, this is not a classical usage of the parser, and Will didn't imagine that we may have used (and even documented) such a crude usage of FleXML. So, we now have to repair the bypassing -functionality to use the lastest FleXML version and fix the memory usage in +functionality to use the latest FleXML version and fix the memory usage in SimGrid. \subsubsection faq_trouble_gras_transport GRAS spits networking error messages diff --git a/doc/dev_guide/doxygen/release.doc b/doc/dev_guide/doxygen/release.doc index d9e2754286..f228061f14 100644 --- a/doc/dev_guide/doxygen/release.doc +++ b/doc/dev_guide/doxygen/release.doc @@ -72,7 +72,7 @@ $ make nsis - Tag the git repository (don't forget to push the tags to the main repo) - Push the archive files on gforge -- Update the link ff-scm-v4-prod:/home/groups/simgrid/htdocs/simgrid/lastest +- Update the link ff-scm-v4-prod:/home/groups/simgrid/htdocs/simgrid/latest - Announce the release - Mail the simgrid-user mailing list - the NEWS chunk in the mail; 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 -- diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index ba6211b021..507a46e1b0 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -15,7 +15,7 @@ eval 'exec perl -S $0 ${1+"$@"}' =head1 NAME -simgrid_update_xml - updates simgrid XML files to lastest version +simgrid_update_xml - updates simgrid XML files to latest version =head1 SYNOPSIS