summaryrefslogtreecommitdiffstats
path: root/3/2.c
diff options
context:
space:
mode:
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[]) {