From 67f7019d6e018399d16d2d4f323e401a9a377847 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Tue, 1 Mar 2011 13:33:14 +0000 Subject: [PATCH] comment typo --- compat/isascii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/isascii.c b/compat/isascii.c index 759904c1..8a4ab374 100644 --- a/compat/isascii.c +++ b/compat/isascii.c @@ -7,7 +7,7 @@ int isascii(int c); -/* true if character is a blank (space or tab). C99. */ +/* true if character is ascii. */ int isascii(int c) { -- 2.47.3