Author: Kevin P. Neal Date: 2022-10-28T11:40:42-04:00 New Revision: 5eb1fbd109734771554465aa307e8205c2a2632e
URL: https://github.com/llvm/llvm-project/commit/5eb1fbd109734771554465aa307e8205c2a2632e DIFF: https://github.com/llvm/llvm-project/commit/5eb1fbd109734771554465aa307e8205c2a2632e.diff LOG: [clang][Docs] Correct typo: "may_trap" is rejected, the value is "maytrap". Added: Modified: clang/docs/UsersManual.rst Removed: ################################################################################ diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 8d825691721aa..11bc5c9066111 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -1371,7 +1371,7 @@ describes the various floating point semantic modes and the corresponding option :header: "Mode", "Values" :widths: 15, 30, 30 - "ffp-exception-behavior", "{ignore, strict, may_trap}", + "ffp-exception-behavior", "{ignore, strict, maytrap}", "fenv_access", "{off, on}", "(none)" "frounding-math", "{dynamic, tonearest, downward, upward, towardzero}" "ffp-contract", "{on, off, fast, fast-honor-pragmas}" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits