From: mquinson Date: Thu, 4 Mar 2004 19:32:20 +0000 (+0000) Subject: Typo within comments X-Git-Tag: v3.3~5286 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86c9e77ea2c33e092db2f505df57792a89ae6bb4?hp=5b9db2dcfeacc4003b9f5ad9923fd7ce1e0cad53 Typo within comments git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@60 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/DataDesc/ddt_create.c b/src/gras/DataDesc/ddt_create.c index 63b3473e1d..7c36fd8d6e 100644 --- a/src/gras/DataDesc/ddt_create.c +++ b/src/gras/DataDesc/ddt_create.c @@ -51,7 +51,7 @@ gras_ddt_new_scalar(const char *name, long int sz = size; long int mask = sz; - /* just in case you wonder, x>>1 == x/2 on all architecture when x>=0 */ + /* just in case you wonder, x>>1 == x/2 on all architectures when x>=0 */ /* make sure mask have all the bits under the biggest one of size set to 1 Example: size=000100101 => mask=0000111111 */