[PATCH] D141507: [NFC] Fixed a typo in clang help docs

Jolanta Jensen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 08:08:04 PST 2023


jolanta.jensen created this revision.
jolanta.jensen added a reviewer: mgabka.
Herald added a project: All.
jolanta.jensen requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Fixed minor typo in clang help docs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141507

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


Index: clang/include/clang/Driver/Options.td
===================================================================
--- clang/include/clang/Driver/Options.td
+++ clang/include/clang/Driver/Options.td
@@ -1952,7 +1952,7 @@
   " 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">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141507.488228.patch
Type: text/x-patch
Size: 716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230111/fe389e2e/attachment.bin>


More information about the cfe-commits mailing list