From 45377e49d48e268754cc99f5334b964404a89d9e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 26 Apr 2019 10:23:16 +0300 Subject: Fix the stack bottom variable name in README * README.md (The C Interface to the Allocator): Fix a typo ("GC_stackbottom"). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c50ecd53..36172236 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Note that usually only `GC_malloc` is necessary. `GC_clear_roots` and `GC_add_roots` calls may be required if the collector has to trace from nonstandard places (e.g. from dynamic library data areas on a machine on which the collector doesn't already understand them.) On -some machines, it may be desirable to set `GC_stacktop` to a good +some machines, it may be desirable to set `GC_stackbottom` to a good approximation of the stack base. (This enhances code portability on HP PA machines, since there is no good way for the collector to compute this value.) Client code may include "gc.h", which defines -- cgit v1.2.1