diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:54:15 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:54:15 +0000 |
commit | 845b3a4460ee9447edb66137461570299965f5f8 (patch) | |
tree | 473fa071047be190214d25e06060973fcad13b7a /include/math.h | |
parent | d0fdc959d933ffd2d434df182af730c9d0e1cabf (diff) |
fix typo in comment
Diffstat (limited to 'include/math.h')
-rw-r--r-- | include/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math.h b/include/math.h index 0060d7759..8225e571b 100644 --- a/include/math.h +++ b/include/math.h @@ -90,7 +90,7 @@ __BEGIN_DECLS #endif -/* Include the file of declarations, declaring souble versions */ +/* Include the file of declarations, declaring double versions */ #if defined _LIBC # define __MATHDECLI_MAINVARIANT(x) libm_hidden_proto(x) |