Module Name: src
Committed By: dholland
Date: Thu Mar 22 03:06:06 UTC 2012
Modified Files:
src/include: fenv.h
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/include/fenv.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/fenv.h
diff -u src/include/fenv.h:1.6 src/include/fenv.h:1.7
--- src/include/fenv.h:1.6 Fri May 20 21:42:48 2011
+++ src/include/fenv.h Thu Mar 22 03:06:06 2012
@@ -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 feenableexcept(int mask);
int fedisableexcept(int mask);
int fegetexcept(void);
-#endif /* _NETBDS_SOURCE || _GNU_SOURCE */
+#endif /* _NETBSD_SOURCE || _GNU_SOURCE */
__END_DECLS