Opened 9 years ago

Closed 9 years ago

#8645 closed Bugs (fixed)

Typo in Strict lock definition

Reported by: Gaurav Gupta <g.gupta@…> Owned by: viboes
Milestone: Boost 1.54.0 Component: thread
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

Tutorial on thread Synchronization:

http://boost-sandbox.sourceforge.net/doc/html/thread/synchronization.html#thread.synchronization.tutorial

Definition of strict Lock is written as: A StrictLock is a lock that ensures that the associated mutex is locked during the lifetime if the lock.

It should be "lifetime of the lock" instead of "lifetime if the lock".

Change History (4)

comment:1 by viboes, 9 years ago

Owner: changed from Matias Capeletto to viboes
Status: newassigned

comment:2 by viboes, 9 years ago

Component: Documentationthread

comment:3 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.54.0

comment:4 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [84629]) Thread: Merge history and fix #8645.

Note: See TracTickets for help on using tickets.