From 243071ad289fe2874b4f42e5f6387603fa1c6db7 Mon Sep 17 00:00:00 2001 From: Zhi <5145158+zhiics@users.noreply.github.com> Date: Wed, 12 Feb 2020 08:14:27 -0800 Subject: [PATCH] Update docs/dev/virtual_machine.rst Co-Authored-By: Wei Chen --- docs/dev/virtual_machine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtual_machine.rst b/docs/dev/virtual_machine.rst index af03e3dc02a0..48b693e0589d 100644 --- a/docs/dev/virtual_machine.rst +++ b/docs/dev/virtual_machine.rst @@ -144,7 +144,7 @@ AllocStorage RegName alignment DLDataType dtype_hint -Allocate a storage block with the given ``size``, ``alignment`` and and data type, ``dtype_hint``. +Allocate a storage block with the given ``size``, ``alignment`` and data type, ``dtype_hint``. The allocated storage block is stored in register ``dst``. AllocADT