This commit is contained in:
Daniel Stenberg 2006-10-18 12:59:02 +00:00
Родитель 786738dd00
Коммит 1cddd744ad
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -117,7 +117,7 @@
/*
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
* avoid negative number inputs whith argument byte codes > 127.
* avoid negative number inputs with argument byte codes > 127.
*/
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))

Просмотреть файл

@ -124,7 +124,7 @@
/*
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
* avoid negative number inputs whith argument byte codes > 127.
* avoid negative number inputs with argument byte codes > 127.
*/
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))