summaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.rst
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2017-04-04 22:45:20 +0000
committerAdam Nemet <anemet@apple.com>2017-04-04 22:45:20 +0000
commit70b479cba64cca532022d71401555417f795f4b4 (patch)
treebc48f63c833438e5fdea74ffb195d8486ef8735b /docs/LanguageExtensions.rst
parent9ec7bba8d029b29ed4387a0d59a92382aa2ade70 (diff)
Fix sphinx warning from r299470
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299481 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LanguageExtensions.rst')
-rw-r--r--docs/LanguageExtensions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst
index fc8780a906..6427067452 100644
--- a/docs/LanguageExtensions.rst
+++ b/docs/LanguageExtensions.rst
@@ -2342,6 +2342,6 @@ statements in C)
}
-The pragma can also be used with 'off' which turns FP contraction off for a
+The pragma can also be used with ``off`` which turns FP contraction off for a
section of the code. This can be useful when fast contraction is otherwise
enabled for the translation unit with the ``-ffp-contract=fast` flag.