[NFC] Fixed a typo in clang help docs
authorJolanta Jensen <Jolanta.Jensen@arm.com>
Tue, 10 Jan 2023 13:53:28 +0000 (13:53 +0000)
committerJolanta Jensen <Jolanta.Jensen@arm.com>
Mon, 16 Jan 2023 11:50:58 +0000 (11:50 +0000)
Fixed minor typo in clang help docs.

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

clang/include/clang/Driver/Options.td

index 38f2f68..a163c77 100644 (file)
@@ -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">;