diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-08 13:39:00 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-08 13:39:00 -0700 |
commit | 1219ddfe549429272b327c020a6b3d91120a8e16 (patch) | |
tree | 7bd5eca66e228f6dfff20cda3a3a7a96bcf205c3 /stdlib/rand_r.c | |
parent | b68053cf7d59b065eb7628c35f50c4d5096fcaa7 (diff) | |
download | glibc-1219ddfe549429272b327c020a6b3d91120a8e16.tar.gz |
Typo fix.
Diffstat (limited to 'stdlib/rand_r.c')
-rw-r--r-- | stdlib/rand_r.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c index 3d49c92de6..6a35112f2f 100644 --- a/stdlib/rand_r.c +++ b/stdlib/rand_r.c @@ -1,5 +1,5 @@ -/* Reentrant random function frm POSIX.1c. - Copyright (C) 1996, 1999 Free Software Foundation, Inc. +/* Reentrant random function from POSIX.1c. + Copyright (C) 1996, 1999, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. |