mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Fixed typo in comment.
This commit is contained in:
@@ -578,7 +578,7 @@ void UnityAssertFloatsWithin(const _UF delta,
|
||||
pos_delta = 0.0f - pos_delta;
|
||||
}
|
||||
|
||||
// NOTE: This comparrison is deliberately this way round so that NaNs fail.
|
||||
// NOTE: This comparison is deliberately this way round so that NaNs fail.
|
||||
if ( ! (pos_delta >= diff) )
|
||||
{
|
||||
UnityTestResultsFailBegin(lineNumber);
|
||||
|
||||
Reference in New Issue
Block a user