@@ -2103,7 +2103,7 @@ inline and_exprt &to_and_expr(exprt &expr)
21032103// / Any number of operands that is greater or equal one.
21042104// / When given one operand, this is equivalent to the negation.
21052105// / When given three or more operands, this is equivalent to the negation
2106- // / of the and expression with the same operands.
2106+ // / of the ' and' expression with the same operands.
21072107class nand_exprt : public multi_ary_exprt
21082108{
21092109public:
@@ -2248,7 +2248,7 @@ inline or_exprt &to_or_expr(exprt &expr)
22482248// / Any number of operands that is greater or equal one.
22492249// / When given one operand, this is equivalent to the negation.
22502250// / When given three or more operands, this is equivalent to the negation
2251- // / of the and expression with the same operands.
2251+ // / of the 'or' expression with the same operands.
22522252class nor_exprt : public multi_ary_exprt
22532253{
22542254public:
@@ -2331,7 +2331,7 @@ inline xor_exprt &to_xor_expr(exprt &expr)
23312331// /
23322332// / When given one operand, this is equivalent to the negation.
23332333// / When given three or more operands, this is equivalent to the negation
2334- // / of the xor expression with the same operands.
2334+ // / of the ' xor' expression with the same operands.
23352335class xnor_exprt : public multi_ary_exprt
23362336{
23372337public:
0 commit comments