diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2016-02-14 20:20:58 +0000 |
| commit | be8f396bde1a2bf342cd337c921afd0adee1d7d2 (patch) | |
| tree | f451e5dc93528abcbc0ecd0a866203a51258c596 /clang/docs/SanitizerCoverage.rst | |
| parent | 84666a19649df885b40e2fb1da1c11674fcd9620 (diff) | |
| download | bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.tar.gz bcm5719-llvm-be8f396bde1a2bf342cd337c921afd0adee1d7d2.zip | |
Fix some typos in the clang doc
llvm-svn: 260856
Diffstat (limited to 'clang/docs/SanitizerCoverage.rst')
| -rw-r--r-- | clang/docs/SanitizerCoverage.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/SanitizerCoverage.rst b/clang/docs/SanitizerCoverage.rst index 371efc4e78f..0e493400b4e 100644 --- a/clang/docs/SanitizerCoverage.rst +++ b/clang/docs/SanitizerCoverage.rst @@ -110,8 +110,8 @@ Sancov matches these files using module names and binaries file names. Action (required) -print - Print coverage addresses - -covered-functions - Print all covered funcions. - -not-covered-functions - Print all not covered funcions. + -covered-functions - Print all covered functions. + -not-covered-functions - Print all not covered functions. -html-report - Print HTML coverage report. Options |

