Browse Source

API-README correction 4

Kano 13 years ago
parent
commit
3abeace876
1 changed files with 2 additions and 2 deletions
  1. 2 2
      API-README

+ 2 - 2
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