Corrected typo in comment

This commit is contained in:
Kevin Peterson
2023-06-07 15:21:40 -05:00
parent 44037550d0
commit ed474417a1
+1 -1
View File
@@ -765,7 +765,7 @@ asynStatus asynMotorController::writeController(const char *output, double timeo
}
/** Reads a string from the controller.
* Calls deadController() with default locations of the input string and default timeout. */
* Calls readController() with default locations of the input string and default timeout. */
asynStatus asynMotorController::readController()
{
size_t nread;