]> granicus.if.org Git - clang/commitdiff
[sanitize-coverage] doc typo
authorKostya Serebryany <kcc@google.com>
Thu, 29 Sep 2016 18:34:40 +0000 (18:34 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 29 Sep 2016 18:34:40 +0000 (18:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282749 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SanitizerCoverage.rst

index 0e0c568c589b6ddb6d438a9ca697be816aa13b0e..e2bd7fbe1de63fe333ad399cca62c7a48ab22f4e 100644 (file)
@@ -342,7 +342,7 @@ The compler will also insert a module constructor that will call
 
    // The guards are [start, stop).
    // This function may be called multiple times with the same values of start/stop.
-   __sanitizer_cov_trace_pc_guard_init(uint32_t_t *start, uint32_t *stop);
+   __sanitizer_cov_trace_pc_guard_init(uint32_t *start, uint32_t *stop);
 
 Similarly to `trace-pc,indirect-calls`, with `trace-pc-guards,indirect-calls`
 ``__sanitizer_cov_trace_pc_indirect(void *callee)`` will be inserted on every indirect call.