aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-13 10:53:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-13 10:53:55 +0200
commit5ba65dfd7e23aad3a2eca1d1542b2d30bf1945fb (patch)
treee43853a133cb8fa7209350c0f735ebc791a1b6e8 /odb/semantics
parent59e1402abee434c7527744189413892fab336341 (diff)
Fix a typo
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/elements.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx
index 023e3a2..78dc82c 100644
--- a/odb/semantics/elements.hxx
+++ b/odb/semantics/elements.hxx
@@ -269,7 +269,7 @@ namespace semantics
bool
fq_anonymous () const;
- // If hint it 0, use the defines edge.
+ // If hint is 0, use the defines edge.
//
bool
fq_anonymous (names* hint) const;
@@ -283,7 +283,7 @@ namespace semantics
virtual string
fq_name () const;
- // If hint it 0, use the defines edge.
+ // If hint is 0, use the defines edge.
//
virtual string
fq_name (names* hint) const;