summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-21 12:17:18 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-21 12:17:18 +0000
commitbee8e5cb1da20101ba35a649d593af6c5ee1abd6 (patch)
treecdd1a7b65c4fc123389896287fe4f9c39cad4b26 /stdlib
parente23ace48189d4407004c4591de9451b916cf7d47 (diff)
downloadglibc-bee8e5cb1da20101ba35a649d593af6c5ee1abd6.tar.gz
Fix typo.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index 99b5183495..29a837e85e 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