diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-24 16:32:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-25 08:18:10 +0200 |
commit | 760980b0b510acac555f0c252fbaa10a4751bded (patch) | |
tree | 7deaf385e003b32fe15db41ee93400f66fe71d30 /binaryurp | |
parent | 31a76d64ff91d4dd8606890a8996a6c4400e1c0c (diff) |
Fix typos
Change-Id: I2bccc7beb2e9dfccd84b118a33a7aee9753a8be1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97040
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/bridge.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx index 2534dfa1a873..4a4499de0ef4 100644 --- a/binaryurp/source/bridge.cxx +++ b/binaryurp/source/bridge.cxx @@ -977,7 +977,7 @@ void Bridge::makeReleaseCall( OUString const & oid, css::uno::TypeDescription const & type) { //HACK to decouple the processing of release calls from all other threads. Normally, sending - // the release request should use the current thread's TID (via AttachThread), so that that + // the release request should use the current thread's TID (via AttachThread), so that // asynchronous request would be processed by a physical thread that is paired with the physical // thread processing the normal synchronous call stack (see ThreadIdHashMap in // cppu/source/threadpool/threadpool.hxx). However, that can lead to deadlock when a thread |