From 720396f0fb499d587062d7b2ce7c3a62ee3b6dd3 Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Mon, 25 Mar 2019 15:02:45 +0100 Subject: Spelling fix s/informations/information/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Martin Schwenke --- lib/talloc/man/talloc.3.xml | 2 +- lib/talloc/talloc.h | 4 ++-- lib/talloc/talloc_guide.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/talloc') diff --git a/lib/talloc/man/talloc.3.xml b/lib/talloc/man/talloc.3.xml index 6139fe73825..c51061fce1f 100644 --- a/lib/talloc/man/talloc.3.xml +++ b/lib/talloc/man/talloc.3.xml @@ -199,7 +199,7 @@ you can talloc_free() the pointer itself if it has at maximum one parent. This behaviour has been changed since the release of version - 2.0. Further informations in the description of "talloc_free". + 2.0. Further information in the description of "talloc_free". diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index 5240f1e8dda..34fe772d2df 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -966,7 +966,7 @@ size_t talloc_reference_count(const void *ptr); * * - you can talloc_free() the pointer itself if it has at maximum one * parent. This behaviour has been changed since the release of version - * 2.0. Further informations in the description of "talloc_free". + * 2.0. Further information in the description of "talloc_free". * * For more control on which parent to remove, see talloc_unlink() * @param[in] ctx The additional parent. @@ -1007,7 +1007,7 @@ void *_talloc_reference_loc(const void *context, const void *ptr, const char *lo * * You can just use talloc_free() instead of talloc_unlink() if there * is at maximum one parent. This behaviour has been changed since the - * release of version 2.0. Further informations in the description of + * release of version 2.0. Further information in the description of * "talloc_free". * * @param[in] context The talloc parent to remove. diff --git a/lib/talloc/talloc_guide.txt b/lib/talloc/talloc_guide.txt index aba285e72df..dedda6c0678 100644 --- a/lib/talloc/talloc_guide.txt +++ b/lib/talloc/talloc_guide.txt @@ -189,7 +189,7 @@ ways: - you can talloc_free() the pointer itself if it has at maximum one parent. This behaviour has been changed since the release of version - 2.0. Further informations in the description of "talloc_free". + 2.0. Further information in the description of "talloc_free". For more control on which parent to remove, see talloc_unlink() @@ -207,7 +207,7 @@ is NULL, then the function will make no modifications and return -1. You can just use talloc_free() instead of talloc_unlink() if there is at maximum one parent. This behaviour has been changed since the -release of version 2.0. Further informations in the description of +release of version 2.0. Further information in the description of "talloc_free". =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -- cgit v1.2.1