From a9ec51caab2ead4d479327c5ebb2dcbd22f6639c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 9 Oct 2015 17:12:48 -0700 Subject: Rename one more `resize_memory` to `grow_memory`. --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstSemantics.md b/AstSemantics.md index 5045ef4..a74a08c 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -211,7 +211,7 @@ The result value of `page_size` is an unsigned integer which is a power of 2. The `page_size` value need not reflect the actual internal page size of the implementation; it just needs to be a value suitable for use with -`resize_memory`. +`grow_memory`. ## Local variables -- cgit v1.2.3