diff --git a/lib_xua/src/hid/xua_hid_report_descriptor.h b/lib_xua/src/hid/xua_hid_report_descriptor.h index bc9a81b0..9d936c2b 100644 --- a/lib_xua/src/hid/xua_hid_report_descriptor.h +++ b/lib_xua/src/hid/xua_hid_report_descriptor.h @@ -4,7 +4,7 @@ /** * @brief Human Interface Device (HID) Report descriptor * - * This file defines the structure of the HID Report descriptor and decalres + * This file defines the structure of the HID Report descriptor and declares * functions for manipulating it. * Because the Report descriptor defines the length of the HID Report, this file * declares a function for obtaining the Report length as well. @@ -106,7 +106,7 @@ size_t hidGetReportLength( void ); /** * @brief Prepare the USB HID Report descriptor * - * After preparation, \c hidGetReportDescriptor() returns a list suitablefor transmission over USB. + * After preparation, \c hidGetReportDescriptor() returns a list suitable for transmission over USB. * Call this function after altering one or more Report Items using \c hidSetReportItem(). */ void hidPrepareReportDescriptor( void );