Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo within comments
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Mar 2004 19:32:20 +0000 (19:32 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 4 Mar 2004 19:32:20 +0000 (19:32 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@60 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/DataDesc/ddt_create.c

index 63b3473..7c36fd8 100644 (file)
@@ -51,7 +51,7 @@ gras_ddt_new_scalar(const char                       *name,
     long int sz   = size;
     long int mask = sz;
 
     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 */
 
     /* make sure mask have all the bits under the biggest one of size set to 1
        Example: size=000100101 => mask=0000111111 */