summaryrefslogtreecommitdiff
path: root/test/fuzz/device/cdc/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-02 17:15:22 +0700
committerhathach <[email protected]>2025-10-02 17:15:22 +0700
commit3773d60a1edb85b8f96800cd920b08b857f88390 (patch)
tree42e43175ad817b93a73a2a6eb6636a7e510dfca1 /test/fuzz/device/cdc/src
parent981dc982ce2e8b37041e47d0c17f479d08f11bd6 (diff)
fix typos
Diffstat (limited to 'test/fuzz/device/cdc/src')
-rw-r--r--test/fuzz/device/cdc/src/usb_descriptors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/device/cdc/src/usb_descriptors.cc b/test/fuzz/device/cdc/src/usb_descriptors.cc
index 0f636f05d..c26bd18c3 100644
--- a/test/fuzz/device/cdc/src/usb_descriptors.cc
+++ b/test/fuzz/device/cdc/src/usb_descriptors.cc
@@ -148,7 +148,7 @@ uint8_t const *tud_descriptor_other_speed_configuration_cb(uint8_t index) {
(void)index; // for multiple configurations
// if link speed is high return fullspeed config, and vice versa
- // Note: the descriptor type is OHER_SPEED_CONFIG instead of CONFIG
+ // Note: the descriptor type is OTHER_SPEED_CONFIG instead of CONFIG
memcpy(desc_other_speed_config,
(tud_speed_get() == TUSB_SPEED_HIGH) ? desc_fs_configuration
: desc_hs_configuration,