]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/DEBUG: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 02:45:29 +0000 (10:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Aug 2023 02:45:29 +0000 (10:45 +0800)
etc/DEBUG

index 08b7c73c8296f904bbd655cde4b81f4dbcc31faf..6455152bd505444480009f959f1eceb227c857d2 100644 (file)
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1283,7 +1283,7 @@ C code within Emacs rigorously checks for Java exceptions after
 calling any JVM function that may signal an out-of-memory error,
 employing one of the android_exception_check(_N) functions defined
 within android.c for this purpose.  These functions operate presuming
-the preceding Java code does not signal exceptions of their own, and
+the preceding Java code does not signal exceptions of its own, and
 report out-of-memory errors upon any type of exception, not just OOM
 errors.