diff --git a/src/lisp/exec-final.c b/src/lisp/exec-final.c index 31fb65ba59e862060404d589a638b2964e828443..a446964e8e853e7272e38d589ffc65cc11f9ba79 100644 --- a/src/lisp/exec-final.c +++ b/src/lisp/exec-final.c @@ -7,9 +7,9 @@ /* * See lisp.c for documentation, but basically this is linked in for - * Solaris executables to indicate that the image is builtin. We must - * not define initial_function_addr here because the linker script - * will set the value appropriately. + * executables to indicate that the image is builtin. We must not + * define initial_function_addr here because the linker script will + * set the value appropriately. */ int builtin_image_flag = 1;