summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/system/cvc3_george.cpp4
-rw-r--r--test/system/cvc3_george.h4
-rw-r--r--test/unit/context/context_mm_black.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/test/system/cvc3_george.cpp b/test/system/cvc3_george.cpp
index b39477625..34ac8c2c2 100644
--- a/test/system/cvc3_george.cpp
+++ b/test/system/cvc3_george.cpp
@@ -1,11 +1,11 @@
/********************* */
-/*! \file cvc3_main.cpp
+/*! \file cvc3_george.cpp
** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/test/system/cvc3_george.h b/test/system/cvc3_george.h
index c904fd0c6..6f04f7bbf 100644
--- a/test/system/cvc3_george.h
+++ b/test/system/cvc3_george.h
@@ -1,11 +1,11 @@
/********************* */
-/*! \file cvc3_main.cpp
+/*! \file cvc3_george.h
** \verbatim
** Original author: mdeters
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
diff --git a/test/unit/context/context_mm_black.h b/test/unit/context/context_mm_black.h
index 0e5de3198..2ef74e46f 100644
--- a/test/unit/context/context_mm_black.h
+++ b/test/unit/context/context_mm_black.h
@@ -88,7 +88,7 @@ public:
d_cmm->pop();
}
- // Try poping out of scope
+ // Try popping out of scope
d_cmm->pop();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback