[llvm] r255303 - More non-ascii quote characters.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 13:47:38 PST 2015


Author: echristo
Date: Thu Dec 10 15:47:38 2015
New Revision: 255303

URL: http://llvm.org/viewvc/llvm-project?rev=255303&view=rev
Log:
More non-ascii quote characters.

Modified:
    llvm/trunk/docs/DeveloperPolicy.rst

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=255303&r1=255302&r2=255303&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Dec 10 15:47:38 2015
@@ -535,7 +535,7 @@ of the C++ API that it wraps. In practic
 debug info" or "create this type of instruction" are likely to be less stable
 than "take this IR file and JIT it for my current machine".
 
-* Release stability: We won’t break the C API on the release branch with patches
+* Release stability: We won't break the C API on the release branch with patches
 that go on that branch, with the exception that if we will fix an unintentional
 C API break that will keep the release consistent with both the previous and next
 release.
@@ -549,7 +549,7 @@ that don't currently have one need to be
 and maintainability feedback prior to implementation.
 
 * Documentation: Any changes to the C API are required to be documented in the
-release notes so that it’s clear to external users who do not follow the project
+release notes so that it's clear to external users who do not follow the project
 how the C API is changing and evolving.
 
 .. _copyright-license-patents:




More information about the llvm-commits mailing list