From cf435712b300562b54d896ab9e0e953fac6e7067 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 18 Mar 2017 12:20:42 +1100 Subject: osl: removed extraneous
tag from conditn.h Change-Id: I7cfcef8b825ab1f0cc2fcd55bda19b2981a972d5 --- include/osl/conditn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osl/conditn.h b/include/osl/conditn.h index 6c7c166ea87d..26d2cb103d62 100644 --- a/include/osl/conditn.h +++ b/include/osl/conditn.h @@ -66,7 +66,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_setCondition(oslCondition Condition); */ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_resetCondition(oslCondition Condition); -/** Blocks if condition is not set
+/** Blocks if condition is not set If condition has been destroyed prematurely, wait() will return with False. @param Condition handle to a created condition. -- cgit