diff options
Diffstat (limited to 'string/bug-strncat1.c')
-rw-r--r-- | string/bug-strncat1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/bug-strncat1.c b/string/bug-strncat1.c index e77f2e90ae..3491aa7d1f 100644 --- a/string/bug-strncat1.c +++ b/string/bug-strncat1.c @@ -23,7 +23,7 @@ main (void) } if (d[2] != '\2') { - puts ("d[2] != '\\3'"); + puts ("d[2] != '\\2'"); exit (1); } |