From: Arnaud Giersch Date: Wed, 20 Nov 2013 15:46:15 +0000 (+0100) Subject: Typos. X-Git-Tag: v3_11_beta~262 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/61863a7dcb94d13962623d606034716cab950735?ds=sidebyside Typos. --- diff --git a/README.coding b/README.coding index f03cc78b23..2ba40630b5 100644 --- a/README.coding +++ b/README.coding @@ -104,8 +104,8 @@ SIZE_T (FIXME: obsolete?) INTEGERS Please avoid to use long ints. This is the source of many compatibility - problems betwwen 32 bits and 64 bits archs. Either use plain ints (generally - 32 bits width) or long long ints (64 bits width, at least). At last resort + problems between 32 bits and 64 bits archs. Either use plain ints (generally + 32 bits wide) or long long ints (64 bits wide, at least). At last resort consider using integer types defined in C99 by . PRINTF pointer difference (FIXME: advertise %td instead?) @@ -214,4 +214,3 @@ investigating the portability of the thing to windows. deactivate the whole logging mechanism, switching to printfs instead. SimGrid becomes incredibly verbose when doing so, but it you let you fixing the dynars. - \ No newline at end of file