]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cuda/devices/devices.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / extra / cuda / devices / devices.factor
index 7a4f7f39ef2a5064ea2f54117c3b837296b1eaf0..f1a753890bfd613a66dfb89eb7c0e0c81455c79b 100644 (file)
@@ -51,7 +51,7 @@ IN: cuda.devices
         [ "Memory: " write cuda-device-memory number>string print ]
         [
             "Capability: " write
-            cuda-device-capability [ number>string ] map unwords print
+            cuda-device-capability [ number>string ] map join-words print
         ]
         [ "Properties: " write cuda-device-properties . ]
         [