[OpenMP][Docs] Fix Typo

This commit is contained in:
Johannes Doerfert 2020-12-22 13:05:45 -06:00
parent 1eb082c2ea
commit 7b0f9dd79a

View File

@ -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