]> gitweb.factorcode.org Git - factor.git/commitdiff
typo
authorJoe Groff <arcata@gmail.com>
Fri, 12 Sep 2008 04:35:52 +0000 (21:35 -0700)
committerJoe Groff <arcata@gmail.com>
Fri, 12 Sep 2008 04:35:52 +0000 (21:35 -0700)
basis/cocoa/types/types.factor

index d02865fe43740becd1ea21b11146c783d70a2c22..a76e74d9aabaeeaa02fbe024136261c89dd14404 100644 (file)
@@ -77,7 +77,7 @@ TYPEDEF: NSRange _NSRange
 
 ! The "lL" type encodings refer to 32-bit values even in 64-bit mode
 TYPEDEF: int long32
-TYPEDEF: uint long32
+TYPEDEF: uint ulong32
 TYPEDEF: void* unknown_type
 
 : <NSRange> ( length location -- size )