Skip to content

Commit

Permalink
Merge pull request #1073 from NavinF/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vitalybuka committed Apr 17, 2019
2 parents 58c2fc2 + 9192e3b commit 3d59ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ This project is the home for Sanitizers: AddressSanitizer, MemorySanitizer, Thre
The actual code resides in the [LLVM](http://llvm.org) repository.
Here we keep extended [documentation](../../wiki), [bugs](../../issues) and some helper code.

The ocumentation for our tools:
The documentation for our tools:
* [AddressSanitizer](../../wiki/AddressSanitizer) (detects addressability issues) and [LeakSanitizer](../../wiki/AddressSanitizerLeakSanitizer) (detects memory leaks)
* ThreadSanitizer (detects data races and deadlocks) for [C++](../../wiki/ThreadSanitizerCppManual) and [Go](../../wiki/ThreadSanitizerGoManual)
* [MemorySanitizer](../../wiki/MemorySanitizer) (detects use of uninitialized memory)
Expand Down

0 comments on commit 3d59ee3

Please sign in to comment.