summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-08-22 10:45:29 +0800
committerPo Lu <luangruo@yahoo.com>2023-08-22 10:45:29 +0800
commit354766bcc0431da906411baefc493e757671ca44 (patch)
tree428860740d1df317f3cd3518555a2ce010324d2e
parent506ba5c0404c5ccf33185aa023e3b4b614de9eef (diff)
downloademacs-354766bcc0431da906411baefc493e757671ca44.tar.gz
; * etc/DEBUG: Fix typo.
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 08b7c73c829..6455152bd50 100644
--- 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.