Use American English

This commit is contained in:
Scott Lahteine
2018-08-22 17:14:38 -05:00
parent 6483285bc5
commit 0987ed2a18
18 changed files with 35 additions and 35 deletions

View File

@ -1120,7 +1120,7 @@ static __INLINE void NVIC_SystemReset(void)
/** \brief System Tick Configuration
This function initialises the system tick timer and its interrupt and start the system tick timer.
This function initializes the system tick timer and its interrupt and start the system tick timer.
Counter is in free running mode to generate periodical interrupts.
\param [in] ticks Number of ticks between two interrupts

View File

@ -71,7 +71,7 @@ uint32_t CDC_OutBufAvailChar(uint32_t *availChar) {
/* end Buffer handling */
/*----------------------------------------------------------------------------
CDC Initialisation
CDC Initialization
Initializes the data structures and serial port
Parameters: None
Return Value: None