From 1a63d3eeb6bde1e01d32af6758c5d50cd3aacb0c Mon Sep 17 00:00:00 2001 From: agiersch Date: Wed, 1 Dec 2010 22:00:23 +0000 Subject: [PATCH] Fix typos. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8840 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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 eab5f6d397..8b05c13619 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -243,7 +243,7 @@ static void parse_S_route_new_and_endpoints(const char *src_id, const char *dst_ } /** - * \breif Set the endpoints for a route from XML + * \brief Set the endpoints for a route from XML */ static void parse_S_route_new_and_endpoints_XML(void) { @@ -252,7 +252,7 @@ static void parse_S_route_new_and_endpoints_XML(void) } /** - * \breif Set the endpoints for a route from lua + * \brief Set the endpoints for a route from lua */ static void parse_S_route_new_and_endpoints_lua(const char *id_src, const char *id_dst) { -- 2.20.1