Skip to content

Commit 0dc6de6

Browse files
authored
fix typo
1 parent c8f317a commit 0dc6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ As a workaround, you can create a *`Directory.Build.props`* file in the root of
8080

8181
## Thread Local Variables
8282

83-
Thread local variables (global variables declared with `__declspec(thread)` or `thread_local`) are not protected by the address sanitzer runtime. This limitation is not specific to Windows or MSVC, but a general limitation on the current underlying implementation of the address sanitizer.
83+
Thread local variables (global variables declared with `__declspec(thread)` or `thread_local`) are not protected by the address sanitizer runtime. This limitation is not specific to Windows or MSVC, but a general limitation of the current underlying implementation of the address sanitizer.
8484

8585
## See also
8686

0 commit comments

Comments
 (0)