1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix 80 typos in comments

(cherry picked from commit 7dca902a85dc02e5df66f0f45a00d1575e7a0220)
This commit is contained in:
Martijn Dekker 2020-03-01 16:52:45 +01:00
parent 53443bb981
commit 39a14c1000
58 changed files with 80 additions and 80 deletions

View file

@ -21,7 +21,7 @@
***********************************************************************/
#include "sfhdr.h"
/* Read formated data from a stream
/* Read formatted data from a stream
**
** Written by Kiem-Phong Vo.
*/

View file

@ -686,7 +686,7 @@ loop_fmt:
if(v < 0)
goto pop_fmt;
else if(v > 0) /* extf comsumed v input bytes */
else if(v > 0) /* extf consumed v input bytes */
{ n_input += v;
if(!(ft->flags&SFFMT_SKIP) )
n_assign += 1;