From: Miloš Mulač Date: Fri, 16 Nov 2007 09:00:30 +0000 (+0000) Subject: typo X-Git-Tag: restruct_2007-11-19~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=82cc750102df4d7edbaa3630199936e3918f058e;p=jra1mw.git typo --- diff --git a/org.glite.jobid.api-c/src/md5.h b/org.glite.jobid.api-c/src/md5.h index 7778afc..6bcdfdf 100644 --- a/org.glite.jobid.api-c/src/md5.h +++ b/org.glite.jobid.api-c/src/md5.h @@ -85,7 +85,7 @@ extern "C" { #define MD5_LONG unsigned long #define MD5_LONG_LOG2 3 - * _CRAY note. I could declare short, but I have no idea what impact +/* _CRAY note. I could declare short, but I have no idea what impact * does it have on performance on none-T3E machines. I could declare * int, but at least on C90 sizeof(int) can be chosen at compile time. * So I've chosen long... *