r329942 - Fix doc typo

Vlad Tsyrklevich via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 12 12:35:40 PDT 2018


Author: vlad.tsyrklevich
Date: Thu Apr 12 12:35:39 2018
New Revision: 329942

URL: http://llvm.org/viewvc/llvm-project?rev=329942&view=rev
Log:
Fix doc typo

Modified:
    cfe/trunk/docs/ControlFlowIntegrity.rst

Modified: cfe/trunk/docs/ControlFlowIntegrity.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ControlFlowIntegrity.rst?rev=329942&r1=329941&r2=329942&view=diff
==============================================================================
--- cfe/trunk/docs/ControlFlowIntegrity.rst (original)
+++ cfe/trunk/docs/ControlFlowIntegrity.rst Thu Apr 12 12:35:39 2018
@@ -224,8 +224,8 @@ flag relax pointer type checking for cal
 applied across all functions compiled with ``-fsanitize=cfi-icall``.
 
 Specifically, pointers in return and argument types are treated as equivalent as
-long as the qualifiers for the type they point to match. For example, ``char*``
-``char**`, and ``int*`` are considered equivalent types. However, ``char*`` and
+long as the qualifiers for the type they point to match. For example, ``char*``,
+``char**``, and ``int*`` are considered equivalent types. However, ``char*`` and
 ``const char*`` are considered separate types.
 
 ``-fsanitize-cfi-icall-generalize-pointers`` is not compatible with




More information about the cfe-commits mailing list