From: mquinson Date: Thu, 19 May 2005 13:53:30 +0000 (+0000) Subject: Typo fixing X-Git-Tag: v3.3~4072 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b83faaec297de22822cb424dc57c689465ff4b2d Typo fixing git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1283 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Transport/transport_private.h b/src/gras/Transport/transport_private.h index 9722dcc190..f08157228a 100644 --- a/src/gras/Transport/transport_private.h +++ b/src/gras/Transport/transport_private.h @@ -71,7 +71,7 @@ xbt_error_t gras_trp_buf_setup(gras_trp_plugin_t *plug); manually do deal with the weirdness of the hostdata, themselves here to deal with the weird channel concept of SG and convert them back to ports. - When introducing buffered transport (whith I want to get used in SG to debug + When introducing buffered transport (which I want to get used in SG to debug the buffering itself), we should not make the rest of the code aware of the change and not specify code for this. This is bad design.