From 09ac5ce7990677798a58638ab45ab1a62e615a9a Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 26 Jan 2017 12:32:22 -0500 Subject: [PATCH] ref.h: doc: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- include/babeltrace/ref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/babeltrace/ref.h b/include/babeltrace/ref.h index dfbdc54e..fe266ec3 100644 --- a/include/babeltrace/ref.h +++ b/include/babeltrace/ref.h @@ -78,7 +78,7 @@ The Babeltrace C API complies with the following key principles: 3. A Babeltrace object pointer received as a parameter in a user function called back from an API function is a borrowed, or weak reference: if you - need a reference which is more persistent that the duration of the + need a reference which is more persistent than the duration of the user function, call bt_get() on the pointer. @image html ref-count-callback.png -- 2.34.1