Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/string Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/ea8548dfbfa4
branches:  trunk
changeset: 764872:ea8548dfbfa4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue May 10 06:55:27 2011 +0000

description:
Fix typo.

diffstat:

 tests/lib/libc/string/t_strerror.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d4fdeaa05925 -r ea8548dfbfa4 tests/lib/libc/string/t_strerror.c
--- a/tests/lib/libc/string/t_strerror.c        Tue May 10 06:39:45 2011 +0000
+++ b/tests/lib/libc/string/t_strerror.c        Tue May 10 06:55:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_strerror.c,v 1.2 2011/05/09 06:05:54 jruoho Exp $ */
+/* $NetBSD: t_strerror.c,v 1.3 2011/05/10 06:55:27 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_strerror.c,v 1.2 2011/05/09 06:05:54 jruoho Exp $");
+__RCSID("$NetBSD: t_strerror.c,v 1.3 2011/05/10 06:55:27 jruoho Exp $");
 
 #include <atf-c.h>
 #include <errno.h>
@@ -77,7 +77,7 @@
 ATF_TC(strerror_r_basic);
 ATF_TC_HEAD(strerror_r_basic, tc)
 {
-       atf_tc_set_md_var(tc, "descr", "A basic test of strerrorr_(3)");
+       atf_tc_set_md_var(tc, "descr", "A basic test of strerror_r(3)");
 }
 
 ATF_TC_BODY(strerror_r_basic, tc)



Home | Main Index | Thread Index | Old Index