From 48327625904b280295ded0af496b4f388c903646 Mon Sep 17 00:00:00 2001 From: Zixun LI Date: Fri, 11 Jul 2025 17:48:10 +0200 Subject: [PATCH] typo fix Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/class/usbtmc/usbtmc_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class/usbtmc/usbtmc_device.c b/src/class/usbtmc/usbtmc_device.c index b79c3369c..544da16b5 100644 --- a/src/class/usbtmc/usbtmc_device.c +++ b/src/class/usbtmc/usbtmc_device.c @@ -45,7 +45,7 @@ */ //Limitations: -// "vendor-specific" commands are handled similar to normal massages, except that the MsgID is changed to "vendor-specific". +// "vendor-specific" commands are handled similar to normal messages, except that the MsgID is changed to "vendor-specific". // Dealing with "termchar" must be handled by the application layer, // though additional error checking is does in this module. // talkOnly and listenOnly are NOT supported. They're not permitted