diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:54:29 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-17 01:54:29 +0000 |
commit | bbff01dbfeb4ee49dfaba24ed020b3e20f15c608 (patch) | |
tree | 8d0e3f02d70e216279f9250e3f0bb08ca7311189 | |
parent | 496d8866e9f61e46f1a889f248afeac51b3abcfc (diff) | |
download | uClibc-alpine-bbff01dbfeb4ee49dfaba24ed020b3e20f15c608.tar.bz2 uClibc-alpine-bbff01dbfeb4ee49dfaba24ed020b3e20f15c608.tar.xz |
fix typo in comment
-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) |