From: Ulrich Drepper Date: Tue, 21 Jul 1998 12:17:18 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee8e5cb1da20101ba35a649d593af6c5ee1abd6;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h index 99b51834954..29a837e85e8 100644 --- a/stdlib/stdlib.h +++ b/stdlib/stdlib.h @@ -576,7 +576,7 @@ extern int rpmatch __P ((__const char *__response)); optional value introduced by an equal sign. If the suboption is not part of TOKENS return in *VALUEP beginning of unknown suboption. On exit *OPTIONP is set to the beginning of the next - otken or at the terminating NUL character. */ + token or at the terminating NUL character. */ extern int getsubopt __P ((char **__optionp, __const char *__const *__tokens, char **__valuep)); #endif