From 948bd72d3e2ee4ee7ee6e1861a08f559ac4d1ffc Mon Sep 17 00:00:00 2001 From: asalmgren Date: Tue, 20 Jul 2021 14:53:41 -0700 Subject: [PATCH] Fix typo (#2181) * Fix typo : The_Async_Async --> The_Async_Arena --- Docs/sphinx_documentation/source/GPU.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/sphinx_documentation/source/GPU.rst b/Docs/sphinx_documentation/source/GPU.rst index 6a51cbcb0be..8ce6932668c 100644 --- a/Docs/sphinx_documentation/source/GPU.rst +++ b/Docs/sphinx_documentation/source/GPU.rst @@ -847,7 +847,7 @@ Instead of using :cpp:`Elixir`, we can write code like below, FArrayBox tmp_fab(bx, numcomps, The_Async_Arena()); Array4 const& tmp_arr = tmp_fab.array(); FArrayBox tmp_fab_2; - tmp_fab_2.resize(bx, numcomps, The_Async_Async()); + tmp_fab_2.resize(bx, numcomps, The_Async_Arena()); // GPU kernels using the temporary }