From: Ivan Maidanski Date: Sat, 22 Feb 2014 17:26:13 +0000 (+0400) Subject: Fix typo in GC overview file X-Git-Tag: gc7_6_0~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae5b843234d0ba7016cd38c3da85dbbc4e7b7ca0;p=platform%2Fupstream%2Flibgc.git Fix typo in GC overview file * doc/overview.html: Fix a typo ("See"). --- diff --git a/doc/overview.html b/doc/overview.html index 6ea9f2e..d7e90db 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -139,7 +139,7 @@ It allows finalization 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 gc.h files in the distribution for more details.

For an overview of the implementation, see here.