1
0
mirror of https://github.com/ThrowTheSwitch/Unity synced 2025-05-25 02:49:34 -04:00

Fixed typo in comment.

This commit is contained in:
Ross Ryles 2012-10-30 09:29:54 +00:00
parent 83148364a5
commit 5027763534

@ -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);