From d22a91db1b0ee50230de1d97e36140df4380525b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christophe=20Thi=C3=A9ry?= Date: Tue, 12 Apr 2011 10:57:24 +0200 Subject: [PATCH] Typos --- src/surf/surf_routing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.20.1