aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-06-23 11:58:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-06-23 11:58:35 +0200
commit43e329f4cf9c175960154e395556eca23c170a75 (patch)
tree588541396ef0d45d60d44fb49634cc62b110cc97
parent770c24812b6823d48bbea2f03942221d1aed964c (diff)
Fix typo in comment
-rw-r--r--common/session/custom/session.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/session/custom/session.hxx b/common/session/custom/session.hxx
index 6de140e..1ebf452 100644
--- a/common/session/custom/session.hxx
+++ b/common/session/custom/session.hxx
@@ -51,7 +51,7 @@ private:
virtual
~object_map_base () {}
- // Return true we flushed anything.
+ // Return true if we flushed anything.
//
virtual bool
flush (odb::database&) = 0;