summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-02-17 01:54:15 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-02-17 01:54:15 +0000
commit845b3a4460ee9447edb66137461570299965f5f8 (patch)
tree473fa071047be190214d25e06060973fcad13b7a
parentd0fdc959d933ffd2d434df182af730c9d0e1cabf (diff)
fix typo in comment
-rw-r--r--include/math.h2
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)