From 15068394858e2e27bf6893bd2adb04c74b384290 Mon Sep 17 00:00:00 2001 From: Jolanta Jensen Date: Tue, 10 Jan 2023 13:53:28 +0000 Subject: [PATCH] [NFC] Fixed a typo in clang help docs Fixed minor typo in clang help docs. Differential Revision: https://reviews.llvm.org/D141507 --- clang/include/clang/Driver/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td index 38f2f68..a163c77 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, " 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">; -- 2.7.4