]> granicus.if.org Git - clang/commitdiff
Fix sphinx warning from r299470
authorAdam Nemet <anemet@apple.com>
Tue, 4 Apr 2017 22:45:20 +0000 (22:45 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 4 Apr 2017 22:45:20 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299481 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index fc8780a9062d9055a9136eb3b24cc1b540084b79..6427067452e75eb7983a345fb5b948874e5636bc 100644 (file)
@@ -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.