[clang] 1506839 - [NFC] Fixed a typo in clang help docs

Jolanta Jensen via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 16 03:51:34 PST 2023


Author: Jolanta Jensen
Date: 2023-01-16T11:50:58Z
New Revision: 15068394858e2e27bf6893bd2adb04c74b384290

URL: https://github.com/llvm/llvm-project/commit/15068394858e2e27bf6893bd2adb04c74b384290
DIFF: https://github.com/llvm/llvm-project/commit/15068394858e2e27bf6893bd2adb04c74b384290.diff

LOG: [NFC] Fixed a typo in clang help docs

Fixed minor typo in clang help docs.

Differential Revision: https://reviews.llvm.org/D141507

Added: 
    

Modified: 
    clang/include/clang/Driver/Options.td

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 38f2f68b93860..a163c77fdb13c 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -1954,7 +1954,7 @@ def ffp_contract : Joined<["-"], "ffp-contract=">, Group<f_Group>,
   " fast (fuses across statements disregarding pragmas)"
   " | on (only fuses in the same statement unless dictated by pragmas)"
   " | off (never fuses)"
-  " | fast-honor-pragmas (fuses across statements unless diectated by pragmas)."
+  " | fast-honor-pragmas (fuses across statements unless dictated by pragmas)."
   " Default is 'fast' for CUDA, 'fast-honor-pragmas' for HIP, and 'on' otherwise.">,
   HelpText<"Form fused FP ops (e.g. FMAs)">,
   Values<"fast,on,off,fast-honor-pragmas">;


        


More information about the cfe-commits mailing list