doc: II.4.1 fix typo

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-08-09 12:56:28 +02:00
parent 38c5132ea7
commit d74ccaa50a

View file

@ -12,7 +12,7 @@
<para>On most platforms, &ECL; supports native multithreading. That means
there can be several tasks executing lisp code on parallel and sharing
memory, variables and files. The interface for multitasting in &ECL;, like
memory, variables and files. The interface for multitasking in &ECL;, like
those of most other implementations, is based on a set of functions and
types that resemble the multiprocessing capabilities of old Lisp Machines.
</para>