Commit 3abeace8766108d26010a3dc9c16f74a69de2094

Kano 2012-08-13T10:13:25

API-README correction 4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/API-README b/API-README
index 6b3a5ce..e69fb9f 100644
--- a/API-README
+++ b/API-README
@@ -1003,9 +1003,9 @@ Each table will have the chosen details for all the rigs specified in $rigs
 	since each field name in the join between DEVS and NOTIFY is actually
 	section.fieldname, not just fieldname
 
-	The join code automatically adds 2 fields to each CPU device: 'Name' and 'ID'
+	The join code automatically adds 2 fields to each GPU device: 'Name' and 'ID'
 	They don't exist in the API 'devs' output but you can correctly calculate
-	them from the CPU device data
+	them from the GPU device data
 	These two fields are used to join DEVS to NOTIFY i.e. find the NOTIFY
 	record that has the same Name and ID as the DEVS record and join them