From 5027763534c6dc294e4f6ed4381976f1aac1b8f7 Mon Sep 17 00:00:00 2001 From: Ross Ryles Date: Tue, 30 Oct 2012 09:29:54 +0000 Subject: [PATCH] Fixed typo in comment. --- src/unity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.c b/src/unity.c index 3787591..8188345 100644 --- a/src/unity.c +++ b/src/unity.c @@ -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);