]> granicus.if.org Git - gc/commitdiff
Fix a typo in gcinterface.md after recent documentation update
authorIvan Maidanski <ivmai@mail.ru>
Tue, 26 Mar 2019 20:28:18 +0000 (23:28 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Mar 2019 20:30:13 +0000 (23:30 +0300)
(fix of commit 6f8f39af5)

* doc/gcinterface.md (GC_MALLOC_IGNORE_OFF_PAGE): Fix a typo
("inheritance").

doc/gcinterface.md

index cbce0983c2102fdb140d38586e07c804f504df68..d070bca20b6d41b149e69013b3d5221cf6908e9e 100644 (file)
@@ -78,7 +78,7 @@ more than 100 KB in size. It greatly reduces the risk that such objects will
 be accidentally retained when they are no longer needed. Thus space usage may
 be significantly reduced. Another way is `GC_set_all_interior_pointers(0)`
 called at program start (this, however, is generally not suitable for C++ code
-because of multiple inheretance).
+because of multiple inheritance).
 
 **void `GC_INIT()`** - On some platforms, it is necessary to invoke this _from
 the main executable_, _not from a dynamic library_, before the initial