From cb41dc5f66356cfebcac8ea0cfc388b324ca4252 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 17 Jul 2019 01:13:18 +0300 Subject: Fix a typo in control_chars() comment in de_win.c * cord/tests/de_win.c (control_chars): Replace "32" to "64" in comment. --- cord/tests/de_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cord') diff --git a/cord/tests/de_win.c b/cord/tests/de_win.c index e51c3b65..82f4c71d 100644 --- a/cord/tests/de_win.c +++ b/cord/tests/de_win.c @@ -147,7 +147,7 @@ char * plain_chars(char * text, size_t len) } /* Return the argument with all non-control-characters replaced by */ -/* blank, and all control characters c replaced by c + 32. */ +/* blank, and all control characters c replaced by c + 64. */ char * control_chars(char * text, size_t len) { char * result = (char *)GC_MALLOC_ATOMIC(len + 1); -- cgit v1.2.1