提交 50277635 编写于 作者: R Ross Ryles

Fixed typo in comment.

上级 83148364
...@@ -578,7 +578,7 @@ void UnityAssertFloatsWithin(const _UF delta, ...@@ -578,7 +578,7 @@ void UnityAssertFloatsWithin(const _UF delta,
pos_delta = 0.0f - pos_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) ) if ( ! (pos_delta >= diff) )
{ {
UnityTestResultsFailBegin(lineNumber); UnityTestResultsFailBegin(lineNumber);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册