X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?p=alexxy%2Fgromacs.git;a=blobdiff_plain;f=api%2Flegacy%2Finclude%2Fgromacs%2Fmath%2Ffunctions.h;fp=api%2Flegacy%2Finclude%2Fgromacs%2Fmath%2Ffunctions.h;h=91305221678384c686be2f62d94604376adaa0e1;hp=af557fb6adde0cd37262f2b659a1ca92de888c82;hb=f96b513f23d608e7f3138875937c031f255f49c3;hpb=34d6029f0f7e1b521b148eae4164d02e28911db5 diff --git a/api/legacy/include/gromacs/math/functions.h b/api/legacy/include/gromacs/math/functions.h index af557fb6ad..9130522167 100644 --- a/api/legacy/include/gromacs/math/functions.h +++ b/api/legacy/include/gromacs/math/functions.h @@ -442,8 +442,8 @@ constexpr int64_t exactDiv(int64_t a, int64_t b) /*! \brief Round float to int * - * Rounding behavior is round to nearest. Rounding of halfway cases is implemention defined - * (either halway to even or halway away from zero). + * Rounding behavior is round to nearest. Rounding of halfway cases is implementation defined + * (either halfway to even or halfway away from zero). */ /* Implementation details: It is assumed that FE_TONEAREST is default and not changed by anyone. * Currently the implementation is using rint(f) because 1) on all known HW that is faster than