summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygtls.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
commit46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch)
tree4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/cygtls.cc
parent00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff)
downloadcygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/cygtls.cc')
-rw-r--r--winsup/cygwin/cygtls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index abda77c5f..eca0ac9a0 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -61,7 +61,7 @@ _cygtls::call2 (DWORD (*func) (void *, void *), void *arg, void *buf)
/* Optional BLODA detection. The idea is that the function address is
supposed to be within Cygwin itself. This is also true for pthreads,
- since pthreads are always calling thread_wrapper in miscfuncs.cc.
+ since pthreads are always calling thread_wrapper in miscfuncs.cc.
Therefore, every function call to a function outside of the Cygwin DLL
is potentially a thread injected into the Cygwin process by some BLODA.