]> git.eshelyaron.com Git - sweep.git/commitdiff
DOC: fix typo
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 12:21:50 +0000 (15:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 12:21:50 +0000 (15:21 +0300)
README.org

index ec4f351ead19a62e026aec4f43c8e27592cc4161..18805c5c644fc52f974d12b6c9e75b2317a2ee29 100644 (file)
@@ -145,7 +145,7 @@ loaded or auto-loadable Prolog predicate.
 Currently, =sweep= builds the SWI-Prolog runtime without GMP support
 (using the =cmake= flag =-DUSE_GMP=OFF=). Initializing SWI-Prolog inside
 Emacs with GMP support /enabled/ for SWI-Prolog causes Emacs to crash
-during garbage collection, because SWI-Prolog =mp_free= routine is
+during garbage collection, because the SWI-Prolog =mp_free= routine is
 mistakenly invoked to cleanup Elisp big integers.
 
 Aside from the obvious problem of not being able to utilize SWI-Prolog