Fixed comment

This commit is contained in:
MarkRivers
2011-07-21 17:08:31 +00:00
parent d9bc5d29b2
commit a0951feaea
+1 -1
View File
@@ -314,7 +314,7 @@ asynStatus asynMotorController::writeFloat64Array(asynUser *pasynUser, epicsFloa
* \param[in] pasynUser pasynUser structure that encodes the reason and address.
* \param[in] value Pointer to the array to read.
* \param[in] nElements Maximum number of elements to read.
* \param[in] Number of values actually returned */
* \param[in] nRead Number of values actually returned */
asynStatus asynMotorController::readFloat64Array(asynUser *pasynUser, epicsFloat64 *value,
size_t nElements, size_t *nRead)
{