From 9bd2fe936b3d51866752ad51b6376da38b0e4d23 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 1 Dec 2016 22:37:42 +0300 Subject: [PATCH] Fixed typo --- cds/compiler/feature_tsan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/compiler/feature_tsan.h b/cds/compiler/feature_tsan.h index 3f6e67ba..2b1d7d7f 100644 --- a/cds/compiler/feature_tsan.h +++ b/cds/compiler/feature_tsan.h @@ -70,7 +70,7 @@ void AnnotateIgnoreWritesBegin(const char *f, int l); void AnnotateIgnoreWritesEnd(const char *f, int l); - void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size ) + void AnnotatePublishMemoryRange( const char *f, int l, void * mem, size_t size ); void AnnotateNewMemory( const char *f, int l, void * mem, size_t size ); void AnnotateRWLockCreate( const char *f, int l, void* m ); -- 2.34.1