aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold Robbins <arnold@skeeve.com>2017-12-19 19:26:08 -0800
committerCarlos O'Donell <carlos@redhat.com>2017-12-19 19:28:21 -0800
commit5069ff32842c60c55f8b573ee66fe43f9ec364af (patch)
tree265720b6dd993d84bc940b422574f311b08aba1e /ChangeLog
parentc85e54ac6cef0faed7b7ffc722f52523dec59bf5 (diff)
downloadglibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.zip
glibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.tar.gz
glibc-5069ff32842c60c55f8b573ee66fe43f9ec364af.tar.bz2
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 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb26212..982798c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * posix/regcomp.c: Fix spelling in comments.
+ * posix/regex.h: Likewise.
+ * posix/regex_internal.c: Likewise.
+ * posix/regexec.c: Likewise.
+
2017-12-19 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
[BZ #22377]