Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/55f2419ab914
branches: trunk
changeset: 779297:55f2419ab914
user: wiz <wiz%NetBSD.org@localhost>
date: Wed May 16 11:45:08 2012 +0000
description:
Fix typo in comment.
diffstat:
tests/lib/libc/sys/t_pipe2.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e8bb23c60549 -r 55f2419ab914 tests/lib/libc/sys/t_pipe2.c
--- a/tests/lib/libc/sys/t_pipe2.c Wed May 16 09:51:58 2012 +0000
+++ b/tests/lib/libc/sys/t_pipe2.c Wed May 16 11:45:08 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_pipe2.c,v 1.5 2012/05/16 09:51:58 martin Exp $ */
+/* $NetBSD: t_pipe2.c,v 1.6 2012/05/16 11:45:08 wiz Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_pipe2.c,v 1.5 2012/05/16 09:51:58 martin Exp $");
+__RCSID("$NetBSD: t_pipe2.c,v 1.6 2012/05/16 11:45:08 wiz Exp $");
#include <atf-c.h>
#include <fcntl.h>
@@ -119,7 +119,7 @@
n = rl.rlim_cur/2+1;
/*
- * atf_tc_skip("The test case causes a panic (PR PR kern/46457)");
+ * atf_tc_skip("The test case causes a panic (PR kern/46457)");
*/
for (i = 0; i < n; i++) {
Home |
Main Index |
Thread Index |
Old Index