diff options
author | Arnold Robbins <arnold@skeeve.com> | 2017-12-19 19:26:08 -0800 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2017-12-19 19:28:21 -0800 |
commit | 5069ff32842c60c55f8b573ee66fe43f9ec364af (patch) | |
tree | 265720b6dd993d84bc940b422574f311b08aba1e /posix/regex_internal.c | |
parent | c85e54ac6cef0faed7b7ffc722f52523dec59bf5 (diff) | |
download | glibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.tar.gz glibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.tar.xz glibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.zip |
regex: Fix spelling in comments.
Fix the spelling in various comments throughout the regex implementation. These changes are also present in gnulib and will be integrated there also, see: https://sourceware.org/ml/libc-alpha/2017-12/msg00688.html
Diffstat (limited to 'posix/regex_internal.c')
-rw-r--r-- | posix/regex_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/regex_internal.c b/posix/regex_internal.c index 111231c198..a97f703bc7 100644 --- a/posix/regex_internal.c +++ b/posix/regex_internal.c @@ -1594,7 +1594,7 @@ free_state (re_dfastate_t *state) re_free (state); } -/* Create the new state which is independ of contexts. +/* Create the new state which is independent of contexts. Return the new state if succeeded, otherwise return NULL. */ static re_dfastate_t * |