summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-02-22 21:26:13 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-05-03 00:17:53 +0400
commit7e6b3290395da9df2e8bab32679e6d371d20b76b (patch)
tree98a6bd329e0b71f7c2777bad7d21b833998a2ab2
parent35f7407fd7e57d4a62ee245a465f8e0933ab85ec (diff)
downloadbdwgc-7e6b3290395da9df2e8bab32679e6d371d20b76b.tar.gz
Fix typo in GC overview file
* doc/overview.html: Fix a typo ("See").
-rw-r--r--doc/overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/overview.html b/doc/overview.html
index 6ea9f2ed..d7e90db5 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -139,7 +139,7 @@ It allows <a href="finalization.html"><i>finalization</i></a> code
to be invoked when an object is collected.
It can take advantage of type information to locate pointers if such
information is provided, but it is usually used without such information.
-ee the README and
+See the README and
<tt>gc.h</tt> files in the distribution for more details.
<p>
For an overview of the implementation, see <a href="gcdescr.html">here</a>.