diff options
Diffstat (limited to 'lib/talloc/talloc.h')
| -rw-r--r-- | lib/talloc/talloc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/talloc/talloc.h b/lib/talloc/talloc.h index a98cff4d2e..644848eaa1 100644 --- a/lib/talloc/talloc.h +++ b/lib/talloc/talloc.h @@ -520,7 +520,7 @@ void *talloc_ptrtype(const void *ctx, #type);   * @brief Allocate a new 0-sized talloc chunk.   *   * This is a utility macro that creates a new memory context hanging off an - * exiting context, automatically naming it "talloc_new: __location__" where + * existing context, automatically naming it "talloc_new: __location__" where   * __location__ is the source line it is called from. It is particularly   * useful for creating a new temporary working context.   *  | 
