summaryrefslogtreecommitdiff
path: root/lib/talloc
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-03-25 15:02:45 +0100
committerAndrew Bartlett <abartlet@samba.org>2019-04-02 01:12:10 +0000
commit720396f0fb499d587062d7b2ce7c3a62ee3b6dd3 (patch)
tree1b8cb4051817f1047911527b0e3e537a7b8f2188 /lib/talloc
parent2044ca0e20bd3180720a82506b3af041d14b5c68 (diff)
downloadsamba-720396f0fb499d587062d7b2ce7c3a62ee3b6dd3.tar.gz
Spelling fix s/informations/information/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'lib/talloc')
-rw-r--r--lib/talloc/man/talloc.3.xml2
-rw-r--r--lib/talloc/talloc.h4
-rw-r--r--lib/talloc/talloc_guide.txt4
3 files changed, 5 insertions, 5 deletions
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 @@
<para>
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".
</para>
</listitem>
</itemizedlist>
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".
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-