diff --git a/std/math.d b/std/math.d index 411a21665c8..1a1be056d28 100644 --- a/std/math.d +++ b/std/math.d @@ -4158,8 +4158,8 @@ long lrint(real x) @trusted pure nothrow @nogc /******************************************* * Return the value of x rounded to the nearest integer. - * If the fractional part of x is exactly 0.5, the return value is rounded to - * the even integer. + * If the fractional part of x is exactly 0.5, the return value is + * rounded away from zero. */ real round(real x) @trusted nothrow @nogc {