Source-Changes-HG archive

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

[src/trunk]: src/tests/include Fix comments.



details:   https://anonhg.NetBSD.org/src/rev/8abf25806e28
branches:  trunk
changeset: 763995:8abf25806e28
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Apr 10 08:11:34 2011 +0000

description:
Fix comments.

diffstat:

 tests/include/t_types.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 93149b8219b4 -r 8abf25806e28 tests/include/t_types.c
--- a/tests/include/t_types.c   Sun Apr 10 08:07:41 2011 +0000
+++ b/tests/include/t_types.c   Sun Apr 10 08:11:34 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_types.c,v 1.1 2011/04/10 08:07:41 jruoho Exp $ */
+/*     $NetBSD: t_types.c,v 1.2 2011/04/10 08:11:34 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_types.c,v 1.1 2011/04/10 08:07:41 jruoho Exp $");
+__RCSID("$NetBSD: t_types.c,v 1.2 2011/04/10 08:11:34 jruoho Exp $");
 
 #include <sys/types.h>
 
@@ -66,8 +66,8 @@
        /*
         * IEEE Std 1003.1-2008:
         *
-        * The type suseconds_t shall be a signed integer type capable
-        * of storing values at least in the range [-1, 1000000].
+        * "The type suseconds_t shall be a signed integer type capable
+        *  of storing values at least in the range [-1, 1000000]."
         */
        usec = 1000000;
        ATF_REQUIRE(usec > 0);
@@ -131,7 +131,7 @@
        ATF_REQUIRE((size - 1) > 0);
 
        /*
-        * Test also rlim_; PR standards/18067.
+        * Test also rlim_t; PR standards/18067.
         */
        lim = 0;
 



Home | Main Index | Thread Index | Old Index