aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/logic.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/logic.cc')
-rw-r--r--gcc/cp/logic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/logic.cc b/gcc/cp/logic.cc
index e0ffbd8..4e376fd 100644
--- a/gcc/cp/logic.cc
+++ b/gcc/cp/logic.cc
@@ -238,7 +238,7 @@ struct formula
formula (tree t)
{
- /* This should call emplace_back(). There's a an extra copy being
+ /* This should call emplace_back(). There's an extra copy being
invoked by using push_back(). */
m_clauses.push_back (t);
m_current = m_clauses.begin ();