]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:17:18 +0000 (12:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Jul 1998 12:17:18 +0000 (12:17 +0000)
stdlib/stdlib.h

index 99b5183495452fb7ade7e5c1de7496a52177d460..29a837e85e8f0b504a3809278355d7294e3a13e5 100644 (file)
@@ -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