From 711542ee8986482a12796ffdbc4a32912b267e44 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 16 Jun 2010 11:01:01 +0000 Subject: Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as the new 1.7 Doxygen's default stylesheet is much better. --- LUFA/Drivers/USB/LowLevel/LowLevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/USB/LowLevel/LowLevel.h') diff --git a/LUFA/Drivers/USB/LowLevel/LowLevel.h b/LUFA/Drivers/USB/LowLevel/LowLevel.h index df9d3bb1c..4f27216b1 100644 --- a/LUFA/Drivers/USB/LowLevel/LowLevel.h +++ b/LUFA/Drivers/USB/LowLevel/LowLevel.h @@ -31,7 +31,7 @@ /** \file * \brief USB low level USB controller definitions. * - * This file contains structures, function prototypes and macros related to the low level configutation of the + * This file contains structures, function prototypes and macros related to the low level configuration of the * USB controller, to start, stop and reset the USB library core. * * \note This file should not be included directly. It is automatically included as needed by the USB driver @@ -250,7 +250,7 @@ * Valid mode masks are \ref USB_MODE_DEVICE, \ref USB_MODE_HOST or \ref USB_MODE_UID. * * \param[in] Options Mask indicating the options which should be used when initializing the USB - * interface to control the USB interface's behaviour. This should be comprised of + * interface to control the USB interface's behavior. This should be comprised of * a USB_OPT_REG_* mask to control the regulator, a USB_OPT_*_PLL mask to control the * PLL, and a USB_DEVICE_OPT_* mask (when the device mode is enabled) to set the device * mode speed. -- cgit v1.2.3