summaryrefslogtreecommitdiff
path: root/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java')
-rw-r--r--scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java b/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java
index c0ff3dab91db..af563fa8e661 100644
--- a/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java
+++ b/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java
@@ -20,7 +20,7 @@ package com.sun.star.script.framework.provider;
import javax.swing.SwingUtilities;
-// On Mac OS X, AWT/Swing must not be accessed from the AppKit thread, so call
+// On macOS, AWT/Swing must not be accessed from the AppKit thread, so call
// SwingUtilities.invokeLater always on a fresh thread to avoid that problem
// (also, the current thread must not wait for that fresh thread to terminate,
// as that would cause a deadlock if this thread is the AppKit thread):