[Libreoffice-commits] core.git: vcl/android

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 12 22:15:29 UTC 2019


 vcl/android/androidinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c5d1078208f997f21efe7222453ba3b2f49190e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 12 22:38:16 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 12 23:13:42 2019 +0100

    Fix typo
    
    Change-Id: Ifbd91583d745d021b3bfb2168bf84f785c8a05c8
    Reviewed-on: https://gerrit.libreoffice.org/85082
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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);
 }


More information about the Libreoffice-commits mailing list