spelling: fix typo
Fix some random typos.. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
adb6a89be5
commit
2ca3473349
1 changed files with 3 additions and 3 deletions
|
@ -455,7 +455,7 @@ static inline bool uart_xlnx_ps_cfg2ll_parity(
|
|||
* the stop bit configuration shall be added.
|
||||
* @param stopbits Enumeration value to be converted to a bit mask.
|
||||
*
|
||||
* @return Indication of success or failure in case of an unspported
|
||||
* @return Indication of success or failure in case of an unsupported
|
||||
* stop bit configuration being provided by the caller.
|
||||
*/
|
||||
static inline bool uart_xlnx_ps_cfg2ll_stopbits(
|
||||
|
@ -505,7 +505,7 @@ static inline bool uart_xlnx_ps_cfg2ll_stopbits(
|
|||
* the data bit configuration shall be added.
|
||||
* @param databits Enumeration value to be converted to a bit mask.
|
||||
*
|
||||
* @return Indication of success or failure in case of an unspported
|
||||
* @return Indication of success or failure in case of an unsupported
|
||||
* data bit configuration being provided by the caller.
|
||||
*/
|
||||
static inline bool uart_xlnx_ps_cfg2ll_databits(
|
||||
|
@ -557,7 +557,7 @@ static inline bool uart_xlnx_ps_cfg2ll_databits(
|
|||
* be added.
|
||||
* @param hwctrl Enumeration value to be converted to a bit mask.
|
||||
*
|
||||
* @return Indication of success or failure in case of an unspported
|
||||
* @return Indication of success or failure in case of an unsupported
|
||||
* flow control configuration being provided by the caller.
|
||||
*/
|
||||
static inline bool uart_xlnx_ps_cfg2ll_hwctrl(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue