From: khizmax Date: Thu, 1 Dec 2016 19:37:42 +0000 (+0300) Subject: Fixed typo X-Git-Tag: v2.2.0~23 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9bd2fe936b3d51866752ad51b6376da38b0e4d23;p=libcds.git Fixed typo --- 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 );