Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/lib/libc/ieeefp/nan Fix a comment.
details: https://anonhg.NetBSD.org/src/rev/43b0e6f1f6d3
branches: trunk
changeset: 553919:43b0e6f1f6d3
user: kleink <kleink%NetBSD.org@localhost>
date: Wed Oct 22 23:57:04 2003 +0000
description:
Fix a comment.
diffstat:
regress/lib/libc/ieeefp/nan/nan.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a943d4ed4135 -r 43b0e6f1f6d3 regress/lib/libc/ieeefp/nan/nan.c
--- a/regress/lib/libc/ieeefp/nan/nan.c Wed Oct 22 23:52:46 2003 +0000
+++ b/regress/lib/libc/ieeefp/nan/nan.c Wed Oct 22 23:57:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nan.c,v 1.1 2001/10/28 10:41:56 simonb Exp $ */
+/* $NetBSD: nan.c,v 1.2 2003/10/22 23:57:04 kleink Exp $ */
/*
* This file is in the Public Domain.
@@ -21,7 +21,7 @@
main(int argc, char **argv)
{
- /* NAN is meant to be an infinity. */
+ /* NAN is meant to be a NaN. */
if (!isnan(NAN))
errx(1, "NAN is a number");
return 0;
Home |
Main Index |
Thread Index |
Old Index