From 1da1a2cf10ece8399918ff0e02eaef0320012498 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 18 Jul 2017 18:29:55 -0700 Subject: [PATCH] Fix formatting in comment. inc/lspglob.h --- inc/lspglob.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/lspglob.h b/inc/lspglob.h index 64420ce..38f46f4 100755 --- a/inc/lspglob.h +++ b/inc/lspglob.h @@ -107,7 +107,9 @@ extern DLword *UFNTable ; /* Pointers in Cell or any object means DLword offset from Lisp_world. So, 24 bit Lisp pointers can points 32Mbyte area. - But, ATOMSPACE may be treated as special index space for LITATOM. In another way, it means that the Pointers points ATOMSPACE has no allocated memory, and Thease are used as index for access one of ATOM's prop. */ + But, ATOMSPACE may be treated as special index space for LITATOM. + In another way, it means that the Pointers points ATOMSPACE has no + allocated memory, and these are used as index for access one of ATOM's prop. */ extern DLword *Lisp_world; /* Lisp Start BASE */