summaryrefslogtreecommitdiff
path: root/src/main/command_executor_portfolio.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-03-20 18:16:26 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-01 16:11:24 -0400
commitb6ad34343d0a09de37dc4e5ff57cd8625dca3fc4 (patch)
treed4aa8da10c6ad99c46d7f8c1fd824f2d7566ef4e /src/main/command_executor_portfolio.h
parentcba10a096d97e82bd112b4d99a6ebe399d1369d6 (diff)
Merging some cleanup work:
* Comment cleanup * Spelling fixes * Fix warnings * Documentation updates * References in docs to cryptominisat removed * Unneeded scope resolutions removed * Old, unused regression removed
Diffstat (limited to 'src/main/command_executor_portfolio.h')
-rw-r--r--src/main/command_executor_portfolio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/command_executor_portfolio.h b/src/main/command_executor_portfolio.h
index 0527b7f1a..bb26feef3 100644
--- a/src/main/command_executor_portfolio.h
+++ b/src/main/command_executor_portfolio.h
@@ -34,7 +34,7 @@ namespace main {
class CommandExecutorPortfolio : public CommandExecutor {
- // These shall be created/deleted during initalization
+ // These shall be created/deleted during initialization
std::vector<ExprManager*> d_exprMgrs;
const unsigned d_numThreads; // Currently const, but designed so it is
// not too hard to support this changing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback