summary refs log tree commit diff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/complex.h2
-rw-r--r--math/math.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/complex.h b/math/complex.h
index 72b498e1fa..bd471263e6 100644
--- a/math/complex.h
+++ b/math/complex.h
@@ -17,7 +17,7 @@
    Boston, MA 02111-1307, USA.  */
 
 /*
- *	ISO C99:  7.8 Complex arithmetic	<complex.h>
+ *	ISO C99:  7.3 Complex arithmetic	<complex.h>
  */
 
 #ifndef _COMPLEX_H
diff --git a/math/math.h b/math/math.h
index b171978a5c..c601c432f0 100644
--- a/math/math.h
+++ b/math/math.h
@@ -18,7 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 /*
- *	ISO C Standard: 4.5 MATHEMATICS	<math.h>
+ *	ISO C99 Standard: 7.12 Mathematics	<math.h>
  */
 
 #ifndef	_MATH_H