]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix <c-object> documentation typo
authorwayo.cavazos <wayo.cavazos@gmail.com>
Tue, 30 May 2006 04:20:31 +0000 (04:20 +0000)
committerwayo.cavazos <wayo.cavazos@gmail.com>
Tue, 30 May 2006 04:20:31 +0000 (04:20 +0000)
library/compiler/alien/c-types.facts

index 2b85ea7a34556d49a7498808b0e05be6dd771006..135024cbc7922462dfc4b04a19512284f8d27325 100644 (file)
@@ -36,7 +36,7 @@ HELP: <c-array> "( n type -- array )"
 { $errors "Throws an error if the type does not exist or the requested size is negative." } 
 { $see-also <malloc-array> } ;
 
-HELP: <c-object> "( type -- array )"
+HELP: <c-object> "( type -- array )"
 { $values { "type" "a string" } { "array" "a byte array" } }
 { $description "Creates a byte array suitable for holding a value with the given C type." }
 { $errors "Throws an error if the type does not exist." }