diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-04-30 18:23:40 +0000 |
commit | bfc27bae1acb55886146a7c67f85cf752b5d532c (patch) | |
tree | b50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/libc/stdlib/stdlib.tex | |
parent | 1bf83a86f6487859997dd2161a408df6be9f032a (diff) | |
download | newlib-bfc27bae1acb55886146a7c67f85cf752b5d532c.zip newlib-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.gz newlib-bfc27bae1acb55886146a7c67f85cf752b5d532c.tar.bz2 |
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index fc16436..7baddc3 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -30,7 +30,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * mbtowc:: Minimal multibyte to wide character converter * qsort:: Sort an array * rand:: Pseudo-random numbers -* rand48:: Uniformaly distributed pseudo-random numbers +* rand48:: Uniformly distributed pseudo-random numbers * strtod:: String to double or float * strtol:: String to long * strtoul:: String to unsigned long |