From a33856c25fb84f6890e72d5b4971ae5185074a38 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 4 Feb 2012 23:29:54 -0800
Subject: [PATCH] Cleanup comments

---
 src/lisp/exec-final.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lisp/exec-final.c b/src/lisp/exec-final.c
index 31fb65ba5..a446964e8 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;
 
-- 
GitLab