Browse Source

mathlib: fix comment typo

sbg
MaEtUgR 7 years ago committed by ChristophTobler
parent
commit
675b6bbabc
  1. 2
      src/lib/mathlib/math/Functions.hpp

2
src/lib/mathlib/math/Functions.hpp

@ -51,7 +51,7 @@ int sign(T val) @@ -51,7 +51,7 @@ int sign(T val)
return (T(0) < val) - (val < T(0));
}
// Type-safe signum function with zero treted as positive
// Type-safe signum function with zero treated as positive
template<typename T>
int signNoZero(T val)
{

Loading…
Cancel
Save