From abda6e30dd5e0871cd8699a78ad19ed0bd4159f8 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 29 Jan 2015 17:05:48 -0800 Subject: [PATCH] fix small typo --- src/core/model/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/model/test.h b/src/core/model/test.h index 0b87a5fda..ca02ef6b9 100644 --- a/src/core/model/test.h +++ b/src/core/model/test.h @@ -1001,7 +1001,7 @@ /** * \ingroup testingimpl - * \brief Test that an actual value is greater than a or equal to limit and + * \brief Test that an actual value is greater than or equal to limit and * report if not. * * Required to avoid use of return statement which allows use in methods