From: Shawn Routhier Date: Wed, 4 Nov 2015 06:07:39 +0000 (-0800) Subject: [trac4094] Fix some typos during the review X-Git-Tag: trac4203_base~2^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba6b71ae83cda0a2f7144ddcc91dd62c01f9cda;p=thirdparty%2Fkea.git [trac4094] Fix some typos during the review --- diff --git a/src/lib/eval/tests/evaluate_unittest.cc b/src/lib/eval/tests/evaluate_unittest.cc index 27175f1140..ec35015019 100644 --- a/src/lib/eval/tests/evaluate_unittest.cc +++ b/src/lib/eval/tests/evaluate_unittest.cc @@ -136,7 +136,7 @@ TEST_F(EvaluateTest, bad6) { ASSERT_THROW(evaluate(e_, *pkt6_), EvalNotBoolError); } -// This check the evaluation must leave only one value on the stack +// This checks the evaluation must leave only one value on the stack // with a Pkt4. (The actual packet is not used) TEST_F(EvaluateTest, two4) { TokenPtr ttrue; @@ -146,7 +146,7 @@ TEST_F(EvaluateTest, two4) { ASSERT_THROW(evaluate(e_, *pkt4_), EvalBadStack); } -// This check the evaluation must leave only one value on the stack +// This checks the evaluation must leave only one value on the stack // with a Pkt6. (The actual packet is not used) TEST_F(EvaluateTest, two6) { TokenPtr ttrue;