From b83faaec297de22822cb424dc57c689465ff4b2d Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 19 May 2005 13:53:30 +0000 Subject: [PATCH 1/1] Typo fixing git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1283 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Transport/transport_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1