X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d711e37d2f10f8df9a9ffdf974935c1f1d0a7906..e21b620bf6cc9fb1bb9e516efb57b1cb12c00085:/Bootloaders/DFU/Descriptors.h 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)