diff options
Diffstat (limited to 'java/org/gnu/emacs/EmacsSafThread.java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsSafThread.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/org/gnu/emacs/EmacsSafThread.java b/java/org/gnu/emacs/EmacsSafThread.java index 7917e2d4880..8bb84126b07 100644 --- a/java/org/gnu/emacs/EmacsSafThread.java +++ b/java/org/gnu/emacs/EmacsSafThread.java @@ -767,7 +767,7 @@ public final class EmacsSafThread extends HandlerThread private abstract class SafIntFunction { - /* The ``throws Throwable'' here is a Java idiosyncracy that tells + /* The ``throws Throwable'' here is a Java idiosyncrasy that tells the compiler to allow arbitrary error objects to be signaled from within this function. @@ -782,7 +782,7 @@ public final class EmacsSafThread extends HandlerThread private abstract class SafObjectFunction { - /* The ``throws Throwable'' here is a Java idiosyncracy that tells + /* The ``throws Throwable'' here is a Java idiosyncrasy that tells the compiler to allow arbitrary error objects to be signaled from within this function. @@ -1216,7 +1216,7 @@ public final class EmacsSafThread extends HandlerThread }); } - /* The bulk of `statDocument'. SIGNAL should be a cancelation + /* The bulk of `statDocument'. SIGNAL should be a cancellation signal. */ private long[] |
