diff options
| author | Zixun LI <[email protected]> | 2025-07-11 17:48:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-11 17:48:10 +0200 |
| commit | 48327625904b280295ded0af496b4f388c903646 (patch) | |
| tree | 59bae1bb7cfb11864539dbc199579b9579e5b5c9 /src | |
| parent | f074815405f9c510f3f1eb57f3cbdab40e9e1caa (diff) | |
typo fix
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/usbtmc/usbtmc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
