Fix various typos

This commit is contained in:
Nathan Hartman
2022-07-07 12:01:22 -04:00
committed by Xiang Xiao
parent 0bdf713df0
commit 849f760b77
149 changed files with 171 additions and 171 deletions
+1 -1
View File
@@ -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.
*
****************************************************************************/
+1 -1
View File
@@ -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.
*