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/2ba3091e4b31
branches:  trunk
changeset: 778318:2ba3091e4b31
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Mar 22 03:06:06 2012 +0000

description:
typo in comment

diffstat:

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

diffs (18 lines):

diff -r 0cbb6eab353b -r 2ba3091e4b31 include/fenv.h
--- a/include/fenv.h    Wed Mar 21 23:20:58 2012 +0000
+++ b/include/fenv.h    Thu Mar 22 03:06:06 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.6 2011/05/20 21:42:48 nakayama Exp $        */
+/*     $NetBSD: fenv.h,v 1.7 2012/03/22 03:06:06 dholland Exp $        */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -55,7 +55,7 @@
 int    fedisableexcept(int mask);
 int    fegetexcept(void);
 
-#endif /* _NETBDS_SOURCE || _GNU_SOURCE */
+#endif /* _NETBSD_SOURCE || _GNU_SOURCE */
 
 __END_DECLS
 



Home | Main Index | Thread Index | Old Index