This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

spelling error in a comment in rand_r.c


There is a spelling error in a comment in file rand_r.c


Steve
diff --git a/stdlib/rand_r.c b/stdlib/rand_r.c
index 3d49c92..444b820 100644
--- a/stdlib/rand_r.c
+++ b/stdlib/rand_r.c
@@ -1,4 +1,4 @@
-/* Reentrant random function frm POSIX.1c.
+/* Reentrant random function from POSIX.1c.
    Copyright (C) 1996, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]