summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/jni_uno/jni_uno2java.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/jni_uno/jni_uno2java.cxx b/bridges/source/jni_uno/jni_uno2java.cxx
index 510f7e5bb3ac..9b7c45c6185b 100644
--- a/bridges/source/jni_uno/jni_uno2java.cxx
+++ b/bridges/source/jni_uno/jni_uno2java.cxx
@@ -383,7 +383,7 @@ void Bridge::call_java(
}
}
-// an UNO proxy wrapping a Java interface
+// a UNO proxy wrapping a Java interface
struct UNO_proxy : public uno_Interface
{
mutable std::atomic<std::size_t> m_ref;