Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys fix tense (Nelson Beebe)
details: https://anonhg.NetBSD.org/src/rev/c649bb57b44f
branches: trunk
changeset: 1009218:c649bb57b44f
user: christos <christos%NetBSD.org@localhost>
date: Thu Apr 16 22:13:51 2020 +0000
description:
fix tense (Nelson Beebe)
diffstat:
sys/sys/ieee754.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b2729f4b8cc5 -r c649bb57b44f sys/sys/ieee754.h
--- a/sys/sys/ieee754.h Thu Apr 16 22:11:12 2020 +0000
+++ b/sys/sys/ieee754.h Thu Apr 16 22:13:51 2020 +0000
@@ -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.
*/
Home |
Main Index |
Thread Index |
Old Index