]> gitweb.factorcode.org Git - factor.git/commitdiff
change 'library' to 'libraries' in comment for command line syntax.
authorChris Double <chris.double@double.co.nz>
Thu, 10 Feb 2005 22:32:39 +0000 (22:32 +0000)
committerChris Double <chris.double@double.co.nz>
Thu, 10 Feb 2005 22:32:39 +0000 (22:32 +0000)
library/compiler/alien.factor

index cc0992d348ac983f63bcdaa90a57a0ea59f52879..5731de60cbf047a8bb4c1ffe1c2656d8c7a7a12f 100644 (file)
@@ -7,10 +7,10 @@ unparser ;
 
 ! Command line parameters specify libraries to load.
 !
-! -library:<foo>:name=<soname> -- define a library <foo>, to be
+! -libraries:<foo>:name=<soname> -- define a library <foo>, to be
 ! loaded from the <soname> DLL.
 !
-! -library:<foo>:abi=stdcall -- define a library using the
+! -libraries:<foo>: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.