From: Philippe Proulx Date: Thu, 26 Jan 2017 17:32:22 +0000 (-0500) Subject: ref.h: doc: fix typo X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=09ac5ce7990677798a58638ab45ab1a62e615a9a;p=deliverable%2Fbabeltrace.git ref.h: doc: fix typo Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ref.h b/include/babeltrace/ref.h index dfbdc54e2..fe266ec3e 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