From: Joseph Huber Date: Wed, 23 Dec 2020 14:16:55 +0000 (-0500) Subject: [OpenMP] Fixing Typo in Documentation X-Git-Tag: llvmorg-13-init~2661 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e603464959d43e0e430d0f8ac5522b073d68ba1;p=platform%2Fupstream%2Fllvm.git [OpenMP] Fixing Typo in Documentation --- diff --git a/openmp/docs/design/Runtimes.rst b/openmp/docs/design/Runtimes.rst index 39ed256c4856..2e5f2bfe0384 100644 --- a/openmp/docs/design/Runtimes.rst +++ b/openmp/docs/design/Runtimes.rst @@ -67,7 +67,7 @@ will be completely disabled. LIBOMPTARGET_INFO """"""""""""""""" -``LIBOMPTARGET_INFO`` allows the user to request different types runtime +``LIBOMPTARGET_INFO`` allows the user to request different types of runtime information from ``libomptarget``. ``LIBOMPTARGET_INFO`` uses a 32-bit field to enable or disable different types of information. This includes information about data-mappings and kernel execution. It is recommended to build your