[Doc][NFC] Fix a typo
authorPhoebe Wang <phoebe.wang@intel.com>
Fri, 7 Apr 2023 15:34:26 +0000 (23:34 +0800)
committerPhoebe Wang <phoebe.wang@intel.com>
Fri, 7 Apr 2023 15:34:26 +0000 (23:34 +0800)
clang/docs/UsersManual.rst

index 031d8a9..193ba47 100644 (file)
@@ -1687,7 +1687,7 @@ floating point semantic models: precise (the default), strict, and fast.
    Details:
 
    * ``precise`` Disables optimizations that are not value-safe on floating-point data, although FP contraction (FMA) is enabled (``-ffp-contract=on``).  This is the default behavior.
-   * ``strict`` Enables ``-frounding-math`` and ``-ffp-exception-behavior=strict``, and disables contractions (FMA).  All of the ``-ffast-math`` enablements are disabled. Enables ``STDC FENV_ACCESS``: by default ``FENV_ACCESS`` is disabled. This option setting behaves as though ``#pragma STDC FENV_ACESS ON`` appeared at the top of the source file.
+   * ``strict`` Enables ``-frounding-math`` and ``-ffp-exception-behavior=strict``, and disables contractions (FMA).  All of the ``-ffast-math`` enablements are disabled. Enables ``STDC FENV_ACCESS``: by default ``FENV_ACCESS`` is disabled. This option setting behaves as though ``#pragma STDC FENV_ACCESS ON`` appeared at the top of the source file.
    * ``fast`` Behaves identically to specifying both ``-ffast-math`` and ``ffp-contract=fast``
 
    Note: If your command line specifies multiple instances