From 7b457867d1f6f1c4b4aaafa27a23856988e19bd5 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 2 Jun 2017 15:20:50 -0700 Subject: [PATCH] design: memory: fix missing markup on map/unmap --- markdown/design/memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/design/memory.md b/markdown/design/memory.md index 550fde6adf..84bdfa0ec0 100644 --- a/markdown/design/memory.md +++ b/markdown/design/memory.md @@ -126,7 +126,7 @@ management (See [miniobject](design/miniobject.md)). ## Data Access -Access to the memory region is always controlled with a map and unmap method +Access to the memory region is always controlled with a `map()` and `unmap()` method call. This allows the implementation to monitor the access patterns or set up the required memory mappings when needed.