]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/TODO: Fix punctuation.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Nov 2023 12:45:30 +0000 (14:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Nov 2023 12:45:30 +0000 (14:45 +0200)
etc/TODO

index 6b29c0a61ad11040fbf35836a5290c8710ba7a14..d2d124c9c8e1a7fe048f3c3301db519ce907bcd4 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -889,7 +889,7 @@ We could have a mechanism similar to what we use for optimizing calls
 to primitive functions.  IE using a link table for each compilation
 unit (CU) such that calls from functions in a CU targeting functions
 in the same CU don't have to go through funcall.  If one of these
-functions is redefined a trampoline is compiled and installed to
+functions is redefined, a trampoline is compiled and installed to
 restore the redirection through funcall.
 
 *** Features to be improved or missing