]> granicus.if.org Git - clang/commitdiff
Fix doc typo
authorVlad Tsyrklevich <vlad@tsyrklevich.net>
Thu, 12 Apr 2018 19:35:39 +0000 (19:35 +0000)
committerVlad Tsyrklevich <vlad@tsyrklevich.net>
Thu, 12 Apr 2018 19:35:39 +0000 (19:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@329942 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ControlFlowIntegrity.rst

index 12b4610f8a282adbcf8d3772d3d60df48a33100f..35b03a0e6390f2b3911373d322358fd89a24ad1f 100644 (file)
@@ -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