diff options
author | Sven Gothel <[email protected]> | 2019-12-08 06:54:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-08 06:54:34 +0100 |
commit | 136971bf41c9784bee187389f138daf77ba4392c (patch) | |
tree | 579baef03d479968c25d52ba0385009345b30de9 /src/newt/classes | |
parent | 2e59792eba285d7cd3c2f4f4c78838b8cc8918f7 (diff) |
NEWT WindowImpl: Wording in comment
Diffstat (limited to 'src/newt/classes')
-rw-r--r-- | src/newt/classes/jogamp/newt/WindowImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java index 47047f2b0..af73bddf8 100644 --- a/src/newt/classes/jogamp/newt/WindowImpl.java +++ b/src/newt/classes/jogamp/newt/WindowImpl.java @@ -4561,7 +4561,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer /** * Wait until position is reached within tolerances, either auto-position or custom position. * <p> - * Since WM may not obey our positional request exactly, we allow a tolerance of 2 times insets[left/top], or 64 pixels, whatever is greater. + * Since WM may not obey our positional request exactly, we allow a tolerance of 2 times insets[left/top], or 64 pixels, whichever is greater. * </p> */ private boolean waitForPosition(final boolean useCustomPosition, final int x, final int y, final long timeOut) { |