X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fsession.h;h=9b2d7eb414a8500ff7319f1f79164125f4c289d7;hb=6486cfa7c2e01dc175de0d2a820220a4ee70701b;hp=7e328b625f29ffcef9faf6fbcdc1172a83f45805;hpb=3a71c3320d5b3aa900c4c6b63846ad8e3ca419b7;p=lttng-tools.git diff --git a/include/lttng/session.h b/include/lttng/session.h index 7e328b625..9b2d7eb41 100644 --- a/include/lttng/session.h +++ b/include/lttng/session.h @@ -163,7 +163,7 @@ extern int lttng_destroy_session(const char *name); * an lttng_destruction_handle which can be used to wait for the completion * of the session's destruction. The lttng_destroy_handle can also be used * obtain the status and archive location of any implicit session - * rotation that may have occured during the session's destruction. + * rotation that may have occurred during the session's destruction. * * Returns LTTNG_OK on success. The returned handle is owned by the caller * and must be free'd using lttng_destruction_handle_destroy().