Module Name: src
Committed By: jruoho
Date: Tue May 10 06:55:27 UTC 2011
Modified Files:
src/tests/lib/libc/string: t_strerror.c
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_strerror.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/string/t_strerror.c
diff -u src/tests/lib/libc/string/t_strerror.c:1.2 src/tests/lib/libc/string/t_strerror.c:1.3
--- src/tests/lib/libc/string/t_strerror.c:1.2 Mon May 9 06:05:54 2011
+++ src/tests/lib/libc/string/t_strerror.c Tue May 10 06:55:27 2011
@@ -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)