From aec5d4fd212062b5972fbbc75a5d434b01fe0474 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 2 Dec 2021 18:37:20 +0800 Subject: 3.2 --- 3/2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3/2.c b/3/2.c index e1f893c..9781c30 100644 --- a/3/2.c +++ b/3/2.c @@ -8,7 +8,7 @@ /* converts new line and tab chars to visible chars */ void escape(char s[], char t[]); -/* converts escapes sequences to chars */ +/* converts escape sequences to chars */ void unescape(char s[], char t[]); int main(int argc, char *argv[]) { -- cgit v1.2.3