aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/Descriptors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/DFU/Descriptors.h')
-rw-r--r--Bootloaders/DFU/Descriptors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/DFU/Descriptors.h b/Bootloaders/DFU/Descriptors.h
index 7765981ee..527fc50fd 100644
--- a/Bootloaders/DFU/Descriptors.h
+++ b/Bootloaders/DFU/Descriptors.h
@@ -44,11 +44,11 @@
#define DTYPE_DFUFunctional 0x21
/** DFU attribute mask, indicating that the DFU device will detach and re-attach when a DFU_DETACH
- * command is issued, rather than the host issing a USB Reset.
+ * command is issued, rather than the host issuing a USB Reset.
*/
#define ATTR_WILL_DETATCH (1 << 3)
- /** DFU attribute mask, indicating that the DFU device can communicate during the manefestation phase
+ /** DFU attribute mask, indicating that the DFU device can communicate during the manifestation phase
* (memory programming phase).
*/
#define ATTR_MANEFESTATION_TOLLERANT (1 << 2)