[flang] Fix doc typo
authorjeanPerier <jeanPerier@users.noreply.github.com>
Wed, 3 Apr 2019 08:26:46 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Apr 2019 08:26:46 +0000 (10:26 +0200)
Original-commit: flang-compiler/f18@c571a3faf39da3530bea6a5a910b7a4cc377d815

flang/documentation/Intrinsics.md

index 6c88311..dd7fe3b 100644 (file)
@@ -764,7 +764,7 @@ types related to host float and double types.
 | --- | --- |
 |float and double| BESSEL_J0, BESSEL_J1, BESSEL_JN (elemental only), BESSEL_Y0, BESSEL_Y1, BESSEL_Yn (elemental only), ERFC_SCALED |
 
-Lipgmath comes in three variants (precise, relaxed and fast). So far, only the
+Libpgmath comes in three variants (precise, relaxed and fast). So far, only the
 precise version is used for intrinsic function folding in f18. It guarantees the greatest numerical precision.
 
 ### Intrinsic Functions with Missing Folding Support