From 0319645ff692afdbea60bffbc66c55d99f10c592 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Thu, 10 Feb 2005 22:32:39 +0000 Subject: [PATCH] change 'library' to 'libraries' in comment for command line syntax. --- library/compiler/alien.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.