[sanitize-coverage] doc typo

llvm-svn: 282749
This commit is contained in:
Kostya Serebryany 2016-09-29 18:34:40 +00:00
parent b110296011
commit 6bb5498a4a
1 changed files with 1 additions and 1 deletions

View 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.