summaryrefslogtreecommitdiff
path: root/libs/preprocessor/doc/ref/mul_d.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/preprocessor/doc/ref/mul_d.html')
-rw-r--r--libs/preprocessor/doc/ref/mul_d.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/preprocessor/doc/ref/mul_d.html b/libs/preprocessor/doc/ref/mul_d.html
index 188191216..599fb85b4 100644
--- a/libs/preprocessor/doc/ref/mul_d.html
+++ b/libs/preprocessor/doc/ref/mul_d.html
@@ -34,7 +34,7 @@
If the product of <i>x</i> and <i>y</i> is greater than <b>BOOST_PP_LIMIT_MAG</b>, the result is saturated to <b>BOOST_PP_LIMIT_MAG</b>.
</div>
<div>
- This macro is the most efficient when <i>x</i> is less than or equal to <i>y</i>.&nbsp;
+ This macro is the most efficient when <i>x</i> is greater than or equal to <i>y</i>.&nbsp;
However, the efficiency gain is not worth actually comparing the two arguments prior to invocation.&nbsp;
In other words, <i>x</i> should be the value that is <i>most likely</i> to be the largest of the two operands.
</div>