On Thu, Sep 27, 2012 at 12:57 PM, Sylvestre Ledru <[email protected]> wrote:
> Author: sylvestre
> Date: Thu Sep 27 04:57:10 2012
> New Revision: 164766
>
> URL: http://llvm.org/viewvc/llvm-project?rev=164766&view=rev
> Log:
> Fix a typo 'iff' => 'if'

'iff' is a frequently used abbreviation for 'if and only if'.  Are you
sure that all of these are typos?

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to