From fe5230eaf0a3385545008fafc99ce3fdf161b6c9 Mon Sep 17 00:00:00 2001 From: xerox Date: Tue, 21 Apr 2020 18:36:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59ec6b..6ec5d45 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ bool unload_drv() ### `std::uintptr_t map_phys(std::uintptr_t addr, std::size_t size)` -This function will `MUST` take two parameters the first is the physical address to be mapped, the second is the size to be mapped. The return +This function MUST take two parameters the first is the physical address to be mapped, the second is the size to be mapped. The return value is the virtual address of the mapping. ```cpp