summaryrefslogtreecommitdiffstats
path: root/sal/osl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 09:48:17 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 09:58:19 +0200
commit616c6924f18911fce110918edf05ed2f4e52dba9 (patch)
tree3e307b3e91fe6b025701eb3dfea0ff61c750aff6 /sal/osl
parentcoverity#707499 coverity#735400 coverity#738541 (diff)
downloadcore-616c6924f18911fce110918edf05ed2f4e52dba9.tar.gz
core-616c6924f18911fce110918edf05ed2f4e52dba9.zip
s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/w32/interlck.c2
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.