summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index ceefa88e8..72244a573 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -91,7 +91,7 @@ class TheoryEngine {
/**
* A bitmap of theories that are "active" for the current run. We
- * mark a theory active when we firt see a term or type belonging to
+ * mark a theory active when we first see a term or type belonging to
* it. This is important because we can optimize for single-theory
* runs (no sharing), can reduce the cost of walking the DAG on
* registration, etc.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback