You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/01/09 21:05:25 UTC

svn propchange: r1431017 - svn:log

Author: stefan2
Revision: 1431017
Modified property: svn:log

Modified: svn:log at Wed Jan  9 20:05:25 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jan  9 20:05:25 2013
@@ -1,5 +1,5 @@
 Coding style patch: in logical expressions, instead of comparing
-with logical constants use arithmetic operations. I.e. replace
+with arithmetic constants use boolean operations. I.e. replace
 
 <expr> == TRUE with <expr>  and
 <expr> == FALSE with !<expr>