diff --git a/library/compiler/alien.factor b/library/compiler/alien.factor index cc0992d348..5731de60cb 100644 --- a/library/compiler/alien.factor +++ b/library/compiler/alien.factor @@ -7,10 +7,10 @@ unparser ; ! Command line parameters specify libraries to load. ! -! -library::name= -- define a library , to be +! -libraries::name= -- define a library , to be ! loaded from the DLL. ! -! -library::abi=stdcall -- define a library using the +! -libraries::abi=stdcall -- define a library using the ! stdcall ABI. This ABI is usually used on Win32. Any other abi ! parameter, or a missing abi parameter indicates the cdecl ABI ! should be used, which is common on Unix.