summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/scudo/scudo_tls.h')
-rw-r--r--lib/scudo/scudo_tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scudo/scudo_tls.h b/lib/scudo/scudo_tls.h
index 4784f6a30..a3992e264 100644
--- a/lib/scudo/scudo_tls.h
+++ b/lib/scudo/scudo_tls.h
@@ -28,7 +28,7 @@ namespace __scudo {
#include "scudo_tls_context_android.inc"
#include "scudo_tls_context_linux.inc"
-struct ALIGNED(64) ScudoThreadContext : public ScudoThreadContextPlatform {
+struct ALIGNED(64) ScudoTSD : public ScudoTSDPlatform {
AllocatorCache Cache;
ScudoPrng Prng;
uptr QuarantineCachePlaceHolder[4];
@@ -38,7 +38,7 @@ struct ALIGNED(64) ScudoThreadContext : public ScudoThreadContextPlatform {
void initThread(bool MinimalInit);
-// Platform specific dastpath functions definitions.
+// Platform specific fastpath functions definitions.
#include "scudo_tls_android.inc"
#include "scudo_tls_linux.inc"