Fix a couple of spelling errors in comments
This commit is contained in:
parent
b54d19b1d3
commit
e3487f4298
|
@ -64,7 +64,7 @@
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* All K25Z architectures must provide the following entry point. This entry point
|
* All K25Z architectures must provide the following entry point. This entry point
|
||||||
* is called early in the intitialization -- after all memory has been configured
|
* is called early in the initialization -- after all memory has been configured
|
||||||
* and mapped but before any devices have been initialized.
|
* and mapped but before any devices have been initialized.
|
||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
@ -84,7 +84,7 @@ void kl_boardinitialize(void)
|
||||||
|
|
||||||
/* Initialize USB if the 1) USB device controller is in the configuration
|
/* Initialize USB if the 1) USB device controller is in the configuration
|
||||||
* and 2) disabled, and 3) the weak function kl_usbinitialize() has been
|
* and 2) disabled, and 3) the weak function kl_usbinitialize() has been
|
||||||
* brought into the build. Presumeably either CONFIG_USBHOST or
|
* brought into the build. Presumably either CONFIG_USBHOST or
|
||||||
* CONFIG_USBDEV is also selected.
|
* CONFIG_USBDEV is also selected.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue