]> git.eshelyaron.com Git - emacs.git/commitdiff
fix nit
authorAndrea Corallo <akrl@sdf.org>
Sun, 29 Dec 2019 21:46:06 +0000 (22:46 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:18 +0000 (11:38 +0100)
src/comp.c

index df841a66fd1bdaaa7e66693bdd7f960efba6b220..7d4bcc2cdff9d7e64c348e3f43fcac84e2d13ae0 100644 (file)
@@ -3284,7 +3284,7 @@ load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump)
       Lisp_Object comp_u_obj;
       XSETNATIVE_COMP_UNIT (comp_u_obj, comp_u);
       /* Executing this will perform all the expected environment
-        modification.  */
+        modifications.  */
       top_level_run (comp_u_obj);
     }