summaryrefslogtreecommitdiff
path: root/sal/inc/osl/semaphor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/osl/semaphor.hxx')
-rw-r--r--sal/inc/osl/semaphor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/semaphor.hxx b/sal/inc/osl/semaphor.hxx
index 9ae6dca14178..be548815ea21 100644
--- a/sal/inc/osl/semaphor.hxx
+++ b/sal/inc/osl/semaphor.hxx
@@ -43,7 +43,7 @@ namespace osl
/** Creates a semaphore.<BR>
@param InitialCount denotes the starting value the semaphore. If you set it to
zero, the first acquire() blocks. Otherwise InitialCount acquire()s are
- immedeatly successfull.
+ immediately successful.
@return 0 if the semaphore could not be created, otherwise a handle to the sem.
*/