From ed474417a1805d390a692f438bbc7ac35fe36b56 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Wed, 7 Jun 2023 15:21:40 -0500 Subject: [PATCH] Corrected typo in comment --- motorApp/MotorSrc/asynMotorController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/asynMotorController.cpp b/motorApp/MotorSrc/asynMotorController.cpp index ced4ee4f..7b8199d0 100644 --- a/motorApp/MotorSrc/asynMotorController.cpp +++ b/motorApp/MotorSrc/asynMotorController.cpp @@ -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;