diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:48:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 09:58:19 +0200 |
commit | 616c6924f18911fce110918edf05ed2f4e52dba9 (patch) | |
tree | 3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sal/osl/w32 | |
parent | 7ca8407b403bf97a472ce2ade7e3fa1cb588cf24 (diff) |
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sal/osl/w32')
-rw-r--r-- | sal/osl/w32/interlck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/interlck.c b/sal/osl/w32/interlck.c index 70933e68fa24..13392c89ee05 100644 --- a/sal/osl/w32/interlck.c +++ b/sal/osl/w32/interlck.c @@ -27,7 +27,7 @@ extern int osl_isSingleCPU; /* For all Intel x86 above x486 we use a spezial inline assembler implementation. The main reason is that WIN9? does not return the result of the operation. Instead there is only returned a value greater than zero is the increment - result is greater than zero, but not the the result of the addition. + result is greater than zero, but not the result of the addition. For Windows NT the native function could be used, because the correct result is returned. Beacuse of simpler code maintance and performace reasons we use on every x86-Windows-Platform the inline assembler implementation. |