/**
* Constructor for internal purposes.
* @param em the expression manager that handles this expression
- * @param node the actuall expression node pointer
+ * @param node the actual expression node pointer
*/
Expr(ExprManager* em, Node* node);
*/
Node getNode() const;
- // Friend to access the actual internal node information and private methods*/
+ // Friend to access the actual internal node information and private methods
friend class SmtEngine;
friend class ExprManager;
};
/********************* -*- C++ -*- */
-/** cvc4_expr.h
+/** node.h
** This file is part of the CVC4 prototype.
** Copyright (c) 2009 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences