mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 22:47:35 +08:00
mathlib: fix comment typo
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user