From: Christophe ThiƩry Date: Tue, 12 Apr 2011 08:57:24 +0000 (+0200) Subject: Typos X-Git-Tag: v3.6_beta2~53 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d22a91db1b0ee50230de1d97e36140df4380525b Typos --- diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 78902504a8..70ef7e7423 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -10,7 +10,7 @@ #include "gras_config.h" #ifdef HAVE_PCRE_LIB -#include /* regular expresion library */ +#include /* regular expression library */ #endif #include "surf_private.h" #include "xbt/dynar.h" @@ -89,7 +89,7 @@ typedef enum { } e_routing_types; -/* must be finish with null and carefull if change de order */ +/* must finish with NULL and be careful if the order is changed */ struct s_model_type routing_models[] = { {"Full", "Full routing data (fast, large memory requirements, fully expressive)", model_full_create,