summaryrefslogtreecommitdiffstats
path: root/3/2.c
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-02 18:37:20 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-02 18:37:20 +0800
commitaec5d4fd212062b5972fbbc75a5d434b01fe0474 (patch)
tree17aa4a48eabf8f000cc459d21a1ce1185d0d2a28 /3/2.c
parent489991f9dc91459629348715907240541b9480ae (diff)
downloadk&r-exercises-aec5d4fd212062b5972fbbc75a5d434b01fe0474.tar.gz
3.2
Diffstat (limited to '3/2.c')
-rw-r--r--3/2.c2
1 files changed, 1 insertions, 1 deletions
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[]) {