Module Name:    src
Committed By:   christos
Date:           Thu Apr 16 22:13:51 UTC 2020

Modified Files:
        src/sys/sys: ieee754.h

Log Message:
fix tense (Nelson Beebe)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/sys/ieee754.h

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

Modified files:

Index: src/sys/sys/ieee754.h
diff -u src/sys/sys/ieee754.h:1.16 src/sys/sys/ieee754.h:1.17
--- src/sys/sys/ieee754.h:1.16	Fri Jun  3 11:15:22 2016
+++ src/sys/sys/ieee754.h	Thu Apr 16 18:13:51 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: ieee754.h,v 1.16 2016/06/03 15:15:22 dholland Exp $	*/
+/*	$NetBSD: ieee754.h,v 1.17 2020/04/16 22:13:51 christos Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -52,7 +52,7 @@
 /*
  * <sys/ieee754.h> defines the layout of IEEE 754 floating point types.
  * Only single-precision and double-precision types are defined here;
- * 128-bit long doubles are define here IFF __HAVE_LONG_DOUBLE equals 128.
+ * 128-bit long doubles are defined here IFF __HAVE_LONG_DOUBLE equals 128.
  * Otherwise extended types, if available, are defined in the machine-dependent
  * header.
  */

Reply via email to