Docs: fix bt_ctf_clock_get_offset function header
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 Feb 2015 20:34:10 +0000 (15:34 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 12 Feb 2015 20:34:10 +0000 (15:34 -0500)
The function header refers to the function as bt_ctf_clocl_get_offset_s.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/clock.h

index 123f35cdc3404f7ef2cc7bf5bff5412e61830213..cad2eec92df116bb4d936994dc439651eedc127d 100644 (file)
@@ -159,7 +159,7 @@ extern int bt_ctf_clock_set_offset_s(struct bt_ctf_clock *clock,
                uint64_t offset_s);
 
 /*
- * bt_ctf_clock_get_offset_s: get a clock's offset in ticks.
+ * bt_ctf_clock_get_offset: get a clock's offset in ticks.
  *
  * Get the clock's offset in ticks from Epoch + offset_t.
  *
This page took 0.025713 seconds and 4 git commands to generate.