From 2875340c9fcc3bd6a799a3c4a4d875fc753ea7b1 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 29 Dec 2019 22:46:06 +0100 Subject: [PATCH] fix nit --- src/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp.c b/src/comp.c index df841a66fd1..7d4bcc2cdff 100644 --- a/src/comp.c +++ b/src/comp.c @@ -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); } -- 2.39.5