]> granicus.if.org Git - gc/commitdiff
Fix typo in GC overview file
authorIvan Maidanski <ivmai@mail.ru>
Sat, 22 Feb 2014 17:26:13 +0000 (21:26 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 19 May 2014 22:18:58 +0000 (02:18 +0400)
* doc/overview.html: Fix a typo ("See").

doc/overview.html

index 7d29c64be7349ea3c20ce036ecf5ea7b27b4cff0..9b9f9d75352b190c332814df8b791b99e1a41817 100644 (file)
@@ -141,7 +141,7 @@ It allows <a href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/finalization.htm
 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="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html">here</a>.