summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 12:20:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2017-03-18 12:20:42 +1100
commitcf435712b300562b54d896ab9e0e953fac6e7067 (patch)
tree375ef00c8dec8a922205ec16829feef104f28e8d /include
parentbda4fe043b8bd03d647bc9497fc271cd458ac91d (diff)
osl: removed extraneous <BR> tag from conditn.h
Change-Id: I7cfcef8b825ab1f0cc2fcd55bda19b2981a972d5
Diffstat (limited to 'include')
-rw-r--r--include/osl/conditn.h2
1 files changed, 1 insertions, 1 deletions
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<BR>
+/** Blocks if condition is not set
If condition has been destroyed prematurely, wait() will
return with False.
@param Condition handle to a created condition.