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