diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-02-07 18:47:30 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2017-02-07 18:49:45 +0530 |
commit | 43ce02c6ec27d4e2d8f0ae327bbbeaba84060964 (patch) | |
tree | 1290276b784d981eaf39a020016a0218d39cd287 | |
parent | c2ff5ec13fca1bdd1cd646a0260808386d7bd7ff (diff) | |
download | glibc-43ce02c6ec27d4e2d8f0ae327bbbeaba84060964.tar.gz glibc-43ce02c6ec27d4e2d8f0ae327bbbeaba84060964.tar.xz glibc-43ce02c6ec27d4e2d8f0ae327bbbeaba84060964.zip |
Fix typo in manual
Apparently, implementating is not a word; who would have thunk it...
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/contrib.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4997650b73..4d667ad759 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-02-07 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * manual/contrib.texi: Fix typo. + 2017-02-07 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> [BZ #15998] diff --git a/manual/contrib.texi b/manual/contrib.texi index f0e5649a2a..97c3ae142b 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -301,7 +301,7 @@ Marek Polacek for various fixes. @item Siddhesh Poyarekar for various fixes, an implementation of a framework for -performance benchmarking of functions and implementating the tunables +performance benchmarking of functions and implementing the tunables infrastructure. @item |