summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-15 17:26:09 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-15 17:26:09 +0000
commit094e37d8879834c7bd30452f841953293a5e2825 (patch)
tree72a3832066bd04c753d9b2fbd551c2f0fe81ecb1
parentd26cd7a159bb56f492e21b7536f68abf821ca02a (diff)
minor: fixing typos
-rw-r--r--src/expr/expr.h4
-rw-r--r--src/expr/node.h2
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback