mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Fix various typos
This commit is contained in:
committed by
Xiang Xiao
parent
0bdf713df0
commit
849f760b77
@@ -43,7 +43,7 @@
|
||||
*
|
||||
* Description:
|
||||
* Given an ASCII character, ch, and a base (1-36) do two
|
||||
* things: 1) Determine if ch is a valid charcter, and 2)
|
||||
* things: 1) Determine if ch is a valid character, and 2)
|
||||
* convert ch to its binary value.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
* resulting string into the array pointed to by s1. The transformation is
|
||||
* such that if the strcmp() function is applied to the two transformed
|
||||
* strings, it returns a value greater than, equal to, or less than zero,
|
||||
* correspoinding to the result of a <<strcoll>> function applied to the
|
||||
* corresponding to the result of a <<strcoll>> function applied to the
|
||||
* same two original strings.
|
||||
* With a C locale, this function just copies.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user