minor: fixing typos
authorMorgan Deters <mdeters@gmail.com>
Tue, 15 Dec 2009 17:26:09 +0000 (17:26 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 15 Dec 2009 17:26:09 +0000 (17:26 +0000)
src/expr/expr.h
src/expr/node.h

index dc1926ce7e82cd6466d149b2e5d40599795effb0..34a94ee668989593fc2d92c749bb1eee3c099a7a 100644 (file)
@@ -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;
 };
index 98847e42871c31b4d88ae0a3512d8fd7b768bfad..17d1c0111de7f2694462abeff9c3303ee54fa67c 100644 (file)
@@ -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