Author: Johannes Doerfert Date: 2020-12-22T13:06:23-06:00 New Revision: 7b0f9dd79a3c1799866a7b08e172598df90c649f
URL: https://github.com/llvm/llvm-project/commit/7b0f9dd79a3c1799866a7b08e172598df90c649f DIFF: https://github.com/llvm/llvm-project/commit/7b0f9dd79a3c1799866a7b08e172598df90c649f.diff LOG: [OpenMP][Docs] Fix Typo Added: Modified: openmp/docs/SupportAndFAQ.rst Removed: ################################################################################ diff --git a/openmp/docs/SupportAndFAQ.rst b/openmp/docs/SupportAndFAQ.rst index 647fa57a9e76..ef209aed17a0 100644 --- a/openmp/docs/SupportAndFAQ.rst +++ b/openmp/docs/SupportAndFAQ.rst @@ -91,7 +91,7 @@ Yes, LLVM/Clang allows math functions and complex arithmetic inside of OpenMP ta that are compiled for GPUs. Clang provides a set of wrapper headers that are found first when `math.h` and -`complex.h`, for C, `cmath` and `complex`, foc C++, or similar headers are +`complex.h`, for C, `cmath` and `complex`, for C++, or similar headers are included by the application. These wrappers will eventually include the system version of the corresponding header file after setting up a target device specific environment. The fact that the system header is included is important _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits