Fixed a typo
authorkhizmax <libcds.dev@gmail.com>
Wed, 16 Sep 2015 05:45:51 +0000 (08:45 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 16 Sep 2015 05:45:51 +0000 (08:45 +0300)
cds/intrusive/striped_set.h

index 2c845268de6c99926dc7a92b85a0062fa4e98703..8445a1119c8f498e7edb9d5d28592fa71c7d5b0e 100644 (file)
@@ -765,7 +765,7 @@ namespace cds { namespace intrusive {
         CDS_DEPRECATED("use contains()")
         bool find( Q const& val )
         {
-            return contains( val ;)
+            return contains( val );
         }
         //@endcond