From: Vlad Tsyrklevich Date: Thu, 12 Apr 2018 19:35:39 +0000 (+0000) Subject: Fix doc typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d69636471071c87e71690887bcb9b808089086;p=clang Fix doc typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329942 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ControlFlowIntegrity.rst b/docs/ControlFlowIntegrity.rst index 12b4610f8a..35b03a0e63 100644 --- a/docs/ControlFlowIntegrity.rst +++ b/docs/ControlFlowIntegrity.rst @@ -224,8 +224,8 @@ flag relax pointer type checking for call sites in that translation unit, 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