diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:12:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:13:52 +0200 |
commit | 3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch) | |
tree | bc2ce16e15475dda27d89f61d8cb2b0558df27ed /sal/osl | |
parent | d56b125f6c6c18ac40712cefc3cec06530750e15 (diff) |
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/conditn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/conditn.c b/sal/osl/w32/conditn.c index b86ad1a3f377..9947929fd7e4 100644 --- a/sal/osl/w32/conditn.c +++ b/sal/osl/w32/conditn.c @@ -91,7 +91,7 @@ oslConditionResult SAL_CALL osl_waitCondition(oslCondition Condition, timeout = INFINITE; /* It's necessary to process SendMessage calls to the current thread to give other threads - access to COM objects instatiated in this thread */ + access to COM objects instantiated in this thread */ while ( 1 ) { |