X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tbb%2Finclude%2Ftbb%2Freader_writer_lock.h;h=877234b0a3177232b39bcc90aea9437f6b853549;hb=4c96b4064a92f65beead3cb2453d727187bed40f;hp=a5cace99d8b515ec46694d2491bf8e6ab9101a9b;hpb=46ab0514ba58ee00183ff0584c7ea7c9e3d76494;p=casparcg diff --git a/tbb/include/tbb/reader_writer_lock.h b/tbb/include/tbb/reader_writer_lock.h index a5cace99d..877234b0a 100644 --- a/tbb/include/tbb/reader_writer_lock.h +++ b/tbb/include/tbb/reader_writer_lock.h @@ -93,7 +93,7 @@ namespace interface5 { //! The scoped lock pattern for write locks /** Scoped locks help avoid the common problem of forgetting to release the lock. - This type is also serves as the node for queuing locks. */ + This type also serves as the node for queuing locks. */ class scoped_lock : tbb::internal::no_copy { public: friend class reader_writer_lock;