]> gitweb.factorcode.org Git - factor.git/commitdiff
alien.data: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Tue, 31 May 2016 10:08:31 +0000 (13:08 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jun 2016 18:27:26 +0000 (11:27 -0700)
basis/alien/data/data.factor

index a1fffa3781ad877d7fee56212206947db7b1bc68..1a573888f1d08ef9c0d25663b680521755958032 100644 (file)
@@ -125,7 +125,7 @@ ERROR: local-allocation-error ;
 
 : (cleanup-allot) ( -- )
     ! Inhibit TCO in order for the last word in the quotation
-    ! to still be abl to access scope-allocated data.
+    ! to still be able to access scope-allocated data.
     ;
 
 MACRO: (simple-local-allot) ( c-type -- quot )