Docs: Remove extra underscore from function header
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 16 Dec 2014 20:47:06 +0000 (15:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 16 Dec 2014 20:47:06 +0000 (15:47 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ctf-ir/event.h

index 1646761a535c5719b45fa3a31e984dc6c4615a4b..fcf82629fec85ef5da46fdfe3aa479f643594564 100644 (file)
@@ -157,7 +157,7 @@ extern struct bt_ctf_field_type *bt_ctf_event_class_get_field_by_name(
                struct bt_ctf_event_class *event_class, const char *name);
 
 /*
- * bt_ctf_event_class__get and bt_ctf_event_class_put: increment and decrement
+ * bt_ctf_event_class_get and bt_ctf_event_class_put: increment and decrement
  * the event class' reference count.
  *
  * These functions ensure that the event class won't be destroyed while it
This page took 0.024365 seconds and 4 git commands to generate.