From d22ddc1e95371c0d40dca9687679fef09a362a62 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Wed, 23 Oct 2019 10:43:52 +0200 Subject: [PATCH] usbus: Fix usb, initialization and detected spelling mistakes This commit fixes a number of difficult words in the USB stack and related test files. --- sys/auto_init/usb/auto_init_usb.c | 4 ++-- sys/usb/usbus/cdc/acm/cdc_acm.c | 2 +- sys/usb/usbus/cdc/ecm/cdc_ecm.c | 2 +- tests/usbus_cdc_ecm/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/auto_init/usb/auto_init_usb.c b/sys/auto_init/usb/auto_init_usb.c index dfaf2d848e..5c84350059 100644 --- a/sys/auto_init/usb/auto_init_usb.c +++ b/sys/auto_init/usb/auto_init_usb.c @@ -12,10 +12,10 @@ * @brief initializes USBUS, usb devices and handlers * * This auto initialization for USBUS is designed to cover the common use case - * of a single usb peripheral. An USBUS instance is started with USB function + * of a single USB peripheral. An USBUS instance is started with USB function * handlers based on which module is compiled in. * - * If this doesn't suit your use case, a different intialization function can + * If this doesn't suit your use case, a different initialization function can * to be created based on this initialization sequence. * * @author Koen Zandberg diff --git a/sys/usb/usbus/cdc/acm/cdc_acm.c b/sys/usb/usbus/cdc/acm/cdc_acm.c index 3f9fb3fa42..1fa588e200 100644 --- a/sys/usb/usbus/cdc/acm/cdc_acm.c +++ b/sys/usb/usbus/cdc/acm/cdc_acm.c @@ -180,7 +180,7 @@ void usbus_cdc_acm_init(usbus_t *usbus, usbus_cdcacm_device_t *cdcacm, static void _init(usbus_t *usbus, usbus_handler_t *handler) { - DEBUG("CDC_ACM: intialization\n"); + DEBUG("CDC_ACM: initialization\n"); usbus_cdcacm_device_t *cdcacm = (usbus_cdcacm_device_t*)handler; cdcacm->flush.handler = _handle_flush; diff --git a/sys/usb/usbus/cdc/ecm/cdc_ecm.c b/sys/usb/usbus/cdc/ecm/cdc_ecm.c index 6b85f0eef0..419462195c 100644 --- a/sys/usb/usbus/cdc/ecm/cdc_ecm.c +++ b/sys/usb/usbus/cdc/ecm/cdc_ecm.c @@ -176,7 +176,7 @@ void usbus_cdcecm_init(usbus_t *usbus, usbus_cdcecm_device_t *handler) static void _init(usbus_t *usbus, usbus_handler_t *handler) { - DEBUG("CDC ECM: intialization\n"); + DEBUG("CDC ECM: initialization\n"); usbus_cdcecm_device_t *cdcecm = (usbus_cdcecm_device_t *)handler; /* Add event handlers */ diff --git a/tests/usbus_cdc_ecm/README.md b/tests/usbus_cdc_ecm/README.md index 8f0516ae20..9945731f6a 100644 --- a/tests/usbus_cdc_ecm/README.md +++ b/tests/usbus_cdc_ecm/README.md @@ -6,7 +6,7 @@ board under test and the host computer. Ping to the link local address from and to the host computer must work. On the host computer, using tools such as `ethtool` must show the USB CDC ECM -interface as link dectected: +interface as link detected: ``` # ethtool enp0s20u9u4