Module Name:    src
Committed By:   dholland
Date:           Sun May  2 06:31:48 UTC 2010

Modified Files:
        src/include: math.h

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/include/math.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/math.h
diff -u src/include/math.h:1.51 src/include/math.h:1.52
--- src/include/math.h:1.51	Tue Feb 23 00:03:09 2010
+++ src/include/math.h	Sun May  2 06:31:48 2010
@@ -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))

Reply via email to