diff options
Diffstat (limited to 'lib/talloc')
-rw-r--r-- | lib/talloc/man/talloc.3.xml | 2 | ||||
-rw-r--r-- | lib/talloc/talloc.h | 4 | ||||
-rw-r--r-- | lib/talloc/talloc_guide.txt | 4 |
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". =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |