diff options
Diffstat (limited to 'stdlib/random_r.c')
-rw-r--r-- | stdlib/random_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/random_r.c b/stdlib/random_r.c index 611deaf804..f2fe923143 100644 --- a/stdlib/random_r.c +++ b/stdlib/random_r.c @@ -19,7 +19,7 @@ * This is derived from the Berkeley source: * @(#)random.c 5.5 (Berkeley) 7/6/88 * It was reworked for the GNU C Library by Roland McGrath. - * Rewritten to be reentrent by Ulrich Drepper, 1995 + * Rewritten to be reentrant by Ulrich Drepper, 1995 */ #include <errno.h> |