]> git.sesse.net Git - casparcg/blobdiff - tbb/include/tbb/reader_writer_lock.h
2.0. Updated tbb library.
[casparcg] / tbb / include / tbb / reader_writer_lock.h
index a5cace99d8b515ec46694d2491bf8e6ab9101a9b..877234b0a3177232b39bcc90aea9437f6b853549 100644 (file)
@@ -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;