summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-12 22:38:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-12 23:13:42 +0100
commit3c5d1078208f997f21efe7222453ba3b2f49190e (patch)
tree6da7689ff7877f11c303ea489ba690891f017633 /vcl
parent3f187b046bac1f362f7b53569caf83963646561d (diff)
Fix typo
Change-Id: Ifbd91583d745d021b3bfb2168bf84f785c8a05c8 Reviewed-on: https://gerrit.libreoffice.org/85082 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/android/androidinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index ddc6e92d55f3..94e5f4227344 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -57,7 +57,7 @@ AndroidSalInstance *AndroidSalInstance::getInstance()
AndroidSalInstance::AndroidSalInstance( std::unique_ptr<SalYieldMutex> pMutex )
: SvpSalInstance( std::move(pMutex) )
{
- // FIXME: remove when uniPoll & runLoop is the only android entry poit.
+ // FIXME: remove when uniPoll & runLoop is the only Android entry point.
int res = (lo_get_javavm())->AttachCurrentThread(&m_pJNIEnv, NULL);
LOGI("AttachCurrentThread res=%d env=%p", res, m_pJNIEnv);
}