Fix: correct name of bt_ctf_field_get_error in comments and typo in man page
[babeltrace.git] / formats / ctf / events.c
index a8b08f657680ec4ddfffe282726ff8ac2de7a988..5d92b0872e418ceb69f473e4de3c969f11b96461 100644 (file)
@@ -34,7 +34,7 @@
 /*
  * thread local storage to store the last error that occured
  * while reading a field, this variable must be accessed by
- * bt_ctf_field_error only
+ * bt_ctf_field_get_error only
  */
 __thread int bt_ctf_last_field_error = 0;
 
This page took 0.022286 seconds and 4 git commands to generate.