Source-Changes-HG archive

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

[src/trunk]: src/include typo in comment



details:   https://anonhg.NetBSD.org/src/rev/e990db87dc2a
branches:  trunk
changeset: 754498:e990db87dc2a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun May 02 06:31:48 2010 +0000

description:
typo in comment

diffstat:

 include/math.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ea0c3ed24d3 -r e990db87dc2a include/math.h
--- a/include/math.h    Sun May 02 05:31:47 2010 +0000
+++ b/include/math.h    Sun May 02 06:31:48 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: math.h,v 1.51 2010/02/23 00:03:09 joerg Exp $  */
+/*     $NetBSD: math.h,v 1.52 2010/05/02 06:31:48 dholland Exp $       */
 
 /*
  * ====================================================
@@ -356,7 +356,7 @@
 long double    nanl(const char *);
 float  nextafterf(float, float);
 
-/* 7.12.14 comparision */
+/* 7.12.14 comparison */
 
 #define isunordered(x, y)      (isnan(x) || isnan(y))
 #define isgreater(x, y)                (!isunordered((x), (y)) && (x) > (y))



Home | Main Index | Thread Index | Old Index