Values API: standardize function names
[babeltrace.git] / include / babeltrace / ref.h
index dfbdc54e2ba17fff6f339cc70863eb1aca8f12ab..bea620286c50822beae17e68f8e80f5d127fb70b 100644 (file)
@@ -78,12 +78,12 @@ 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
    <strong>borrowed</strong>, or <strong>weak reference</strong>: 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
 
-   For example, see bt_value_map_foreach().
+   For example, see bt_value_map_foreach_entry().
 
 The two macros BT_PUT() and BT_MOVE() operate on \em variables rather
 than pointer values. You should use BT_PUT() instead of bt_put() when
This page took 0.024393 seconds and 4 git commands to generate.