diff --git a/java/org/gnu/emacs/EmacsWindow.java b/java/org/gnu/emacs/EmacsWindow.java index 861bcace2ad..394b2c26414 100644 --- a/java/org/gnu/emacs/EmacsWindow.java +++ b/java/org/gnu/emacs/EmacsWindow.java @@ -353,7 +353,7 @@ else if (parent == null) /* Otherwise accept the new position offered by the toolkit. FIXME: isn't there a potential race condition here if the toolkit lays out EmacsView after a child frame's rect is set but before it - calls onLayout to read the modifies rect? */ + calls onLayout to read the modified rect? */ else { rect.left = left;