diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index a413d70e351678c9a273a0813de19248c6695d7e..39d7d12454a87777c22db7702b0e75caf350a5b4 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -1941,7 +1941,7 @@ Both a system's structure and the operations that can be performed on systems follow a extensible protocol, allowing programmers to add new behaviours to ASDF. For example, @code{cffi} adds support for special FFI description files that interface with C libraries and for wrapper files that embed C code in Lisp. -@code{abcl-jar} supports creating Java JAR archives in ABCL. +@code{asdf-jar} supports creating Java JAR archives in ABCL. @code{poiu} supports compiling code in parallel using background processes. The key classes in ASDF are @code{component} and @code{operation}.