From 094e37d8879834c7bd30452f841953293a5e2825 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 15 Dec 2009 17:26:09 +0000 Subject: [PATCH] minor: fixing typos --- src/expr/expr.h | 4 ++-- src/expr/node.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/expr/expr.h b/src/expr/expr.h index dc1926ce7..34a94ee66 100644 --- a/src/expr/expr.h +++ b/src/expr/expr.h @@ -120,7 +120,7 @@ protected: /** * 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); @@ -136,7 +136,7 @@ protected: */ 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; }; diff --git a/src/expr/node.h b/src/expr/node.h index 98847e428..17d1c0111 100644 --- a/src/expr/node.h +++ b/src/expr/node.h @@ -1,5 +1,5 @@ /********************* -*- 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 -- 2.30.2